#BBDDD8

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

Shades of Cruise #BBDDD8

Tints of Cruise #BBDDD8

Color information

#BBDDD8 (or 0xBBDDD8) is unknown color: approx Cruise. HEX triplet: BB, DD and D8. RGB value is (187,221,216). Sum of RGB (Red+Green+Blue) = 187+221+216=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDD8 is #442227. Grayscale: #D2D2D2. Windows color (decimal): -4465192 or 14212539. OLE color: 14212539.

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

Color convert

RGB187221216-
CMYK0.1500.020.13
HSL171.18º33.33%80%-
HSV(B)171.18º15.38%86.67%-
XYZ58.7467.2474.85-
YUV210.26131.24111.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.97%
GREEN value IS 221 (86.72% from 255) = 35.42%
BLUE value IS 216 (84.77% from 255) = 34.62%
R=29.97%
G=35.42%
B=34.62%

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
Decimal1872212160.1500.020.13171.1833.3380
HexBBDDD8F02Dab2150
Octal27333533017021525341120
Binary10111011110111011101100011110101101101010111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDD8; }

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

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

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

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

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

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

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

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