#BBDCD7

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

Shades of Cruise #BBDCD7

Tints of Cruise #BBDCD7

Color information

#BBDCD7 (or 0xBBDCD7) is unknown color: approx Cruise. HEX triplet: BB, DC and D7. RGB value is (187,220,215). Sum of RGB (Red+Green+Blue) = 187+220+215=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCD7 is #442328. Grayscale: #D1D1D1. Windows color (decimal): -4465449 or 14146747. OLE color: 14146747.

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

Color convert

RGB187220215-
CMYK0.1500.020.14
HSL170.91º32.04%79.8%-
HSV(B)170.91º15%86.27%-
XYZ58.3566.6674.08-
YUV209.56131.07111.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.06%
GREEN value IS 220 (86.33% from 255) = 35.37%
BLUE value IS 215 (84.38% from 255) = 34.57%
R=30.06%
G=35.37%
B=34.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872202150.1500.020.14170.9132.0479.8
HexBBDCD7F02Eab2050
Octal27333432717021625340120
Binary10111011110111001101011111110101110101010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCD7; }

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

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

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

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

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

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

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

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