#BBDDD9

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

Shades of Cruise #BBDDD9

Tints of Cruise #BBDDD9

Color information

#BBDDD9 (or 0xBBDDD9) is unknown color: approx Cruise. HEX triplet: BB, DD and D9. RGB value is (187,221,217). Sum of RGB (Red+Green+Blue) = 187+221+217=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 217 (85.16% from 255 or 34.72% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDD9 is #442226. Grayscale: #D2D2D2. Windows color (decimal): -4465191 or 14278075. OLE color: 14278075.

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

Color convert

RGB187221217-
CMYK0.1500.020.13
HSL172.94º33.33%80%-
HSV(B)172.94º15.38%86.67%-
XYZ58.8767.2975.53-
YUV210.38131.74111.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.92%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 217 (85.16% from 255) = 34.72%
R=29.92%
G=35.36%
B=34.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872212170.1500.020.13172.9433.3380
HexBBDDD9F02Dad2150
Octal27333533117021525541120
Binary10111011110111011101100111110101101101011011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDD9; }

 p { color: rgb(187,221,217); }

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

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

 a { background-color: rgb(187,221,217); }

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

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

 span { border-color: rgb(187,221,217); }

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