#BBDAD0

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

Shades of Cruise #BBDAD0

Tints of Cruise #BBDAD0

Color information

#BBDAD0 (or 0xBBDAD0) is unknown color: approx Cruise. HEX triplet: BB, DA and D0. RGB value is (187,218,208). Sum of RGB (Red+Green+Blue) = 187+218+208=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAD0 is #44252F. Grayscale: #CFCFCF. Windows color (decimal): -4465968 or 13687483. OLE color: 13687483.

HSL color Cylindrical-coordinate representation of color #BBDAD0: hue angle of 160.65º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBDAD0 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB187218208-
CMYK0.1400.050.15
HSL160.65º29.52%79.41%-
HSV(B)160.65º14.22%85.49%-
XYZ56.9565.2669.27-
YUV207.59128.23113.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.51%
GREEN value IS 218 (85.55% from 255) = 35.56%
BLUE value IS 208 (81.64% from 255) = 33.93%
R=30.51%
G=35.56%
B=33.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872182080.1400.050.15160.6529.5279.41
HexBBDAD0E05Fa11e4f
Octal27333232016051724136117
Binary10111011110110101101000011100101111110100001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAD0; }

 p { color: rgb(187,218,208); }

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

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

 a { background-color: rgb(187,218,208); }

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

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

 span { border-color: rgb(187,218,208); }

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