#BBE1D9

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

Shades of Cruise #BBE1D9

Tints of Cruise #BBE1D9

Color information

#BBE1D9 (or 0xBBE1D9) is unknown color: approx Cruise. HEX triplet: BB, E1 and D9. RGB value is (187,225,217). Sum of RGB (Red+Green+Blue) = 187+225+217=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1D9 is #441E26. Grayscale: #D4D4D4. Windows color (decimal): -4464167 or 14279099. OLE color: 14279099.

HSL color Cylindrical-coordinate representation of color #BBE1D9: hue angle of 167.37º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE1D9 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB187225217-
CMYK0.1700.040.12
HSL167.37º38.78%80.78%-
HSV(B)167.37º16.89%88.24%-
XYZ59.9469.4275.89-
YUV212.73130.41109.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.73%
GREEN value IS 225 (88.28% from 255) = 35.77%
BLUE value IS 217 (85.16% from 255) = 34.50%
R=29.73%
G=35.77%
B=34.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872252170.1700.040.12167.3738.7880.78
HexBBE1D91104Ca72751
Octal27334133121041424747121
Binary1011101111100001110110011000101001100101001111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE1D9; }

 p { color: rgb(187,225,217); }

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

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

 a { background-color: rgb(187,225,217); }

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

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

 span { border-color: rgb(187,225,217); }

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