#BBDFDB

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

Shades of Cruise #BBDFDB

Tints of Cruise #BBDFDB

Color information

#BBDFDB (or 0xBBDFDB) is unknown color: approx Cruise. HEX triplet: BB, DF and DB. RGB value is (187,223,219). Sum of RGB (Red+Green+Blue) = 187+223+219=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFDB is #442024. Grayscale: #D3D3D3. Windows color (decimal): -4464677 or 14409659. OLE color: 14409659.

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

Color convert

RGB187223219-
CMYK0.1600.020.13
HSL173.33º36%80.39%-
HSV(B)173.33º16.14%87.45%-
XYZ59.6768.4577.09-
YUV211.78132.07110.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.73%
GREEN value IS 223 (87.5% from 255) = 35.45%
BLUE value IS 219 (85.94% from 255) = 34.82%
R=29.73%
G=35.45%
B=34.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872232190.1600.020.13173.333680.39
HexBBDFDB1002Dad2450
Octal27333733320021525544120
Binary101110111101111111011011100000101101101011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFDB; }

 p { color: rgb(187,223,219); }

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

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

 a { background-color: rgb(187,223,219); }

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

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

 span { border-color: rgb(187,223,219); }

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