#BBDFD2

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

Shades of Cruise #BBDFD2

Tints of Cruise #BBDFD2

Color information

#BBDFD2 (or 0xBBDFD2) is unknown color: approx Cruise. HEX triplet: BB, DF and D2. RGB value is (187,223,210). Sum of RGB (Red+Green+Blue) = 187+223+210=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFD2 is #44202D. Grayscale: #D2D2D2. Windows color (decimal): -4464686 or 13819835. OLE color: 13819835.

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

Color convert

RGB187223210-
CMYK0.1600.060.13
HSL158.33º36%80.39%-
HSV(B)158.33º16.14%87.45%-
XYZ58.5167.9971.01-
YUV210.75127.57111.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.16%
GREEN value IS 223 (87.5% from 255) = 35.97%
BLUE value IS 210 (82.42% from 255) = 33.87%
R=30.16%
G=35.97%
B=33.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872232100.1600.060.13158.333680.39
HexBBDFD21006D9e2450
Octal27333732220061523644120
Binary1011101111011111110100101000001101101100111101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFD2; }

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

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

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

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

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

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

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

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