#BDE0D6

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

Shades of Cruise #BDE0D6

Tints of Cruise #BDE0D6

Color information

#BDE0D6 (or 0xBDE0D6) is unknown color: approx Cruise. HEX triplet: BD, E0 and D6. RGB value is (189,224,214). Sum of RGB (Red+Green+Blue) = 189+224+214=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0D6 is #421F29. Grayscale: #D4D4D4. Windows color (decimal): -4333354 or 14082237. OLE color: 14082237.

HSL color Cylindrical-coordinate representation of color #BDE0D6: hue angle of 162.86º 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 #BDE0D6 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB189224214-
CMYK0.1600.040.12
HSL162.86º36.08%80.98%-
HSV(B)162.86º15.62%87.84%-
XYZ59.7868.9973.78-
YUV212.4128.9111.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.14%
GREEN value IS 224 (87.89% from 255) = 35.73%
BLUE value IS 214 (83.98% from 255) = 34.13%
R=30.14%
G=35.73%
B=34.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892242140.1600.040.12162.8636.0880.98
HexBDE0D61004Ca32451
Octal27534032620041424344121
Binary1011110111100000110101101000001001100101000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0D6; }

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

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

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

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

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

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

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

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