#BBDED3

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

Shades of Cruise #BBDED3

Tints of Cruise #BBDED3

Color information

#BBDED3 (or 0xBBDED3) is unknown color: approx Cruise. HEX triplet: BB, DE and D3. RGB value is (187,222,211). Sum of RGB (Red+Green+Blue) = 187+222+211=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDED3 is #44212C. Grayscale: #D2D2D2. Windows color (decimal): -4464941 or 13885115. OLE color: 13885115.

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

Color convert

RGB187222211-
CMYK0.1600.050.13
HSL161.14º34.65%80.2%-
HSV(B)161.14º15.77%87.06%-
XYZ58.3767.5171.58-
YUV210.28128.4111.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.16%
GREEN value IS 222 (87.11% from 255) = 35.81%
BLUE value IS 211 (82.81% from 255) = 34.03%
R=30.16%
G=35.81%
B=34.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872222110.1600.050.13161.1434.6580.2
HexBBDED31005Da12350
Octal27333632320051524143120
Binary1011101111011110110100111000001011101101000011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDED3; }

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

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

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

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

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

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

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

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