#BBDBD4

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

Shades of Cruise #BBDBD4

Tints of Cruise #BBDBD4

Color information

#BBDBD4 (or 0xBBDBD4) is unknown color: approx Cruise. HEX triplet: BB, DB and D4. RGB value is (187,219,212). Sum of RGB (Red+Green+Blue) = 187+219+212=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBD4 is #44242B. Grayscale: #D0D0D0. Windows color (decimal): -4465708 or 13949883. OLE color: 13949883.

HSL color Cylindrical-coordinate representation of color #BBDBD4: hue angle of 166.88º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDBD4 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB187219212-
CMYK0.1500.030.14
HSL166.88º30.77%79.61%-
HSV(B)166.88º14.61%85.88%-
XYZ57.7165.9871.98-
YUV208.63129.9112.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 212 (83.20% from 255) = 34.30%
R=30.26%
G=35.44%
B=34.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872192120.1500.030.14166.8830.7779.61
HexBBDBD4F03Ea71f50
Octal27333332417031624737120
Binary1011101111011011110101001111011111010100111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBD4; }

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

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

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

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

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

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

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

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