#BBDFD6

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

Shades of Cruise #BBDFD6

Tints of Cruise #BBDFD6

Color information

#BBDFD6 (or 0xBBDFD6) is unknown color: approx Cruise. HEX triplet: BB, DF and D6. RGB value is (187,223,214). Sum of RGB (Red+Green+Blue) = 187+223+214=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFD6 is #442029. Grayscale: #D3D3D3. Windows color (decimal): -4464682 or 14081979. OLE color: 14081979.

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

Color convert

RGB187223214-
CMYK0.1600.040.13
HSL165º36%80.39%-
HSV(B)165º16.14%87.45%-
XYZ59.0268.273.67-
YUV211.21129.57110.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.97%
GREEN value IS 223 (87.5% from 255) = 35.74%
BLUE value IS 214 (83.98% from 255) = 34.29%
R=29.97%
G=35.74%
B=34.29%

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
Decimal1872232140.1600.040.131653680.39
HexBBDFD61004Da52450
Octal27333732620041524544120
Binary1011101111011111110101101000001001101101001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFD6; }

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

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

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

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

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

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

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

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