#BBDCD3

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

Shades of Cruise #BBDCD3

Tints of Cruise #BBDCD3

Color information

#BBDCD3 (or 0xBBDCD3) is unknown color: approx Cruise. HEX triplet: BB, DC and D3. RGB value is (187,220,211). Sum of RGB (Red+Green+Blue) = 187+220+211=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCD3 is #44232C. Grayscale: #D1D1D1. Windows color (decimal): -4465453 or 13884603. OLE color: 13884603.

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

Color convert

RGB187220211-
CMYK0.1500.040.14
HSL163.64º32.04%79.8%-
HSV(B)163.64º15%86.27%-
XYZ57.8466.4571.41-
YUV209.11129.07112.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 220 (86.33% from 255) = 35.60%
BLUE value IS 211 (82.81% from 255) = 34.14%
R=30.26%
G=35.60%
B=34.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872202110.1500.040.14163.6432.0479.8
HexBBDCD3F04Ea42050
Octal27333432317041624440120
Binary101110111101110011010011111101001110101001001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCD3; }

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

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

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

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

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

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

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

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