#BBDED6

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

Shades of Cruise #BBDED6

Tints of Cruise #BBDED6

Color information

#BBDED6 (or 0xBBDED6) is unknown color: approx Cruise. HEX triplet: BB, DE and D6. RGB value is (187,222,214). Sum of RGB (Red+Green+Blue) = 187+222+214=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDED6 is #442129. Grayscale: #D2D2D2. Windows color (decimal): -4464938 or 14081723. OLE color: 14081723.

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

Color convert

RGB187222214-
CMYK0.1600.040.13
HSL166.29º34.65%80.2%-
HSV(B)166.29º15.77%87.06%-
XYZ58.7567.6673.58-
YUV210.62129.9111.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.02%
GREEN value IS 222 (87.11% from 255) = 35.63%
BLUE value IS 214 (83.98% from 255) = 34.35%
R=30.02%
G=35.63%
B=34.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872222140.1600.040.13166.2934.6580.2
HexBBDED61004Da62350
Octal27333632620041524643120
Binary1011101111011110110101101000001001101101001101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDED6; }

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

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

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

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

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

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

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

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