#BDE0D4

Color #BDE0D4 Cruise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cruise #BDE0D4

Tints of Cruise #BDE0D4

Color information

#BDE0D4 (or 0xBDE0D4) is unknown color: approx Cruise. HEX triplet: BD, E0 and D4. RGB value is (189,224,212). Sum of RGB (Red+Green+Blue) = 189+224+212=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0D4 is #421F2B. Grayscale: #D4D4D4. Windows color (decimal): -4333356 or 13951165. OLE color: 13951165.

HSL color Cylindrical-coordinate representation of color #BDE0D4: hue angle of 159.43º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE0D4 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB189224212-
CMYK0.1600.050.12
HSL159.43º36.08%80.98%-
HSV(B)159.43º15.62%87.84%-
XYZ59.5368.8872.45-
YUV212.17127.9111.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 30.24%
GREEN value IS 224 (87.89% from 255) = 35.84%
BLUE value IS 212 (83.20% from 255) = 33.92%
R=30.24%
G=35.84%
B=33.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892242120.1600.050.12159.4336.0880.98
HexBDE0D41005C9f2451
Octal27534032420051423744121
Binary1011110111100000110101001000001011100100111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0D4; }

 p { color: rgb(189,224,212); }

 H1.HeaderClassName
 {
   color: #BDE0D4;
 }
 .AnyTagClassName
 {
   color: #BDE0D4;
 }
</style>
background-color css

<style>
 a { background-color: #BDE0D4; }

 a { background-color: rgb(189,224,212); }

 div.DivClassName
 {
   background-color: #BDE0D4;
 }
 .BgClassName
 {
   background-color: #BDE0D4;
 }
</style>
border-color css

<style>
 span { border-color: #BDE0D4; }

 span { border-color: rgb(189,224,212); }

 td.TdClassName
 {
   border-color: #BDE0D4;
 }
 .TagClassName
 {
   border-color: #BDE0D4;
 }
</style>