#BBDED1

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

Shades of Cruise #BBDED1

Tints of Cruise #BBDED1

Color information

#BBDED1 (or 0xBBDED1) is unknown color: approx Cruise. HEX triplet: BB, DE and D1. RGB value is (187,222,209). Sum of RGB (Red+Green+Blue) = 187+222+209=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDED1 is #44212E. Grayscale: #D2D2D2. Windows color (decimal): -4464943 or 13754043. OLE color: 13754043.

HSL color Cylindrical-coordinate representation of color #BBDED1: hue angle of 157.71º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDED1 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB187222209-
CMYK0.1600.060.13
HSL157.71º34.65%80.2%-
HSV(B)157.71º15.77%87.06%-
XYZ58.1267.4170.27-
YUV210.05127.4111.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 222 (87.11% from 255) = 35.92%
BLUE value IS 209 (82.03% from 255) = 33.82%
R=30.26%
G=35.92%
B=33.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872222090.1600.060.13157.7134.6580.2
HexBBDED11006D9e2350
Octal27333632120061523643120
Binary1011101111011110110100011000001101101100111101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDED1; }

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

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

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

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

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

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

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

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