#BBDED8

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

Shades of Cruise #BBDED8

Tints of Cruise #BBDED8

Color information

#BBDED8 (or 0xBBDED8) is unknown color: approx Cruise. HEX triplet: BB, DE and D8. RGB value is (187,222,216). Sum of RGB (Red+Green+Blue) = 187+222+216=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDED8 is #442127. Grayscale: #D2D2D2. Windows color (decimal): -4464936 or 14212795. OLE color: 14212795.

HSL color Cylindrical-coordinate representation of color #BBDED8: hue angle of 169.71º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDED8 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB187222216-
CMYK0.1600.030.13
HSL169.71º34.65%80.2%-
HSV(B)169.71º15.77%87.06%-
XYZ59.0167.7774.94-
YUV210.85130.9110.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.92%
GREEN value IS 222 (87.11% from 255) = 35.52%
BLUE value IS 216 (84.77% from 255) = 34.56%
R=29.92%
G=35.52%
B=34.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872222160.1600.030.13169.7134.6580.2
HexBBDED81003Daa2350
Octal27333633020031525243120
Binary101110111101111011011000100000111101101010101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDED8; }

 p { color: rgb(187,222,216); }

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

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

 a { background-color: rgb(187,222,216); }

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

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

 span { border-color: rgb(187,222,216); }

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