#BBE2D4

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

Shades of Cruise #BBE2D4

Tints of Cruise #BBE2D4

Color information

#BBE2D4 (or 0xBBE2D4) is unknown color: approx Cruise. HEX triplet: BB, E2 and D4. RGB value is (187,226,212). Sum of RGB (Red+Green+Blue) = 187+226+212=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2D4 is #441D2B. Grayscale: #D4D4D4. Windows color (decimal): -4463916 or 13951675. OLE color: 13951675.

HSL color Cylindrical-coordinate representation of color #BBE2D4: hue angle of 158.46º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE2D4 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB187226212-
CMYK0.1700.060.11
HSL158.46º40.21%80.98%-
HSV(B)158.46º17.26%88.63%-
XYZ59.5769.7172.6-
YUV212.74127.58109.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.92%
GREEN value IS 226 (88.67% from 255) = 36.16%
BLUE value IS 212 (83.20% from 255) = 33.92%
R=29.92%
G=36.16%
B=33.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872262120.1700.060.11158.4640.2180.98
HexBBE2D41106B9e2851
Octal27334232421061323650121
Binary1011101111100010110101001000101101011100111101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE2D4; }

 p { color: rgb(187,226,212); }

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

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

 a { background-color: rgb(187,226,212); }

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

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

 span { border-color: rgb(187,226,212); }

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