#BBDCD1

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

Shades of Cruise #BBDCD1

Tints of Cruise #BBDCD1

Color information

#BBDCD1 (or 0xBBDCD1) is unknown color: approx Cruise. HEX triplet: BB, DC and D1. RGB value is (187,220,209). Sum of RGB (Red+Green+Blue) = 187+220+209=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCD1 is #44232E. Grayscale: #D0D0D0. Windows color (decimal): -4465455 or 13753531. OLE color: 13753531.

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

Color convert

RGB187220209-
CMYK0.1500.050.14
HSL160º32.04%79.8%-
HSV(B)160º15%86.27%-
XYZ57.666.3570.09-
YUV208.88128.07112.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.36%
GREEN value IS 220 (86.33% from 255) = 35.71%
BLUE value IS 209 (82.03% from 255) = 33.93%
R=30.36%
G=35.71%
B=33.93%

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
Decimal1872202090.1500.050.1416032.0479.8
HexBBDCD1F05Ea02050
Octal27333432117051624040120
Binary101110111101110011010001111101011110101000001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCD1; }

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

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

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

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

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

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

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

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