#BBDBD1

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

Shades of Cruise #BBDBD1

Tints of Cruise #BBDBD1

Color information

#BBDBD1 (or 0xBBDBD1) is unknown color: approx Cruise. HEX triplet: BB, DB and D1. RGB value is (187,219,209). Sum of RGB (Red+Green+Blue) = 187+219+209=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBD1 is #44242E. Grayscale: #D0D0D0. Windows color (decimal): -4465711 or 13753275. OLE color: 13753275.

HSL color Cylindrical-coordinate representation of color #BBDBD1: hue angle of 161.25º 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 #BBDBD1 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB187219209-
CMYK0.1500.050.14
HSL161.25º30.77%79.61%-
HSV(B)161.25º14.61%85.88%-
XYZ57.3365.8370.01-
YUV208.29128.4112.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.41%
GREEN value IS 219 (85.94% from 255) = 35.61%
BLUE value IS 209 (82.03% from 255) = 33.98%
R=30.41%
G=35.61%
B=33.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872192090.1500.050.14161.2530.7779.61
HexBBDBD1F05Ea11f50
Octal27333332117051624137120
Binary10111011110110111101000111110101111010100001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBD1; }

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

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

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

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

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

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

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

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