#B4E9D7

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

Shades of Cruise #B4E9D7

Tints of Cruise #B4E9D7

Color information

#B4E9D7 (or 0xB4E9D7) is unknown color: approx Cruise. HEX triplet: B4, E9 and D7. RGB value is (180,233,215). Sum of RGB (Red+Green+Blue) = 180+233+215=628 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.66% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E9D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E9D7 is #4B1628. Grayscale: #D7D7D7. Windows color (decimal): -4920873 or 14150068. OLE color: 14150068.

HSL color Cylindrical-coordinate representation of color #B4E9D7: hue angle of 159.62º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4E9D7 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB180233215-
CMYK0.2300.080.09
HSL159.62º54.64%80.98%-
HSV(B)159.62º22.75%91.37%-
XYZ60.2372.8975.18-
YUV215.1127.94102.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.66%
GREEN value IS 233 (91.41% from 255) = 37.10%
BLUE value IS 215 (84.38% from 255) = 34.24%
R=28.66%
G=37.10%
B=34.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1802332150.2300.080.09159.6254.6480.98
HexB4E9D717089a03751
Octal264351327270101124067121
Binary10110100111010011101011110111010001001101000001101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E9D7; }

 p { color: rgb(180,233,215); }

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

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

 a { background-color: rgb(180,233,215); }

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

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

 span { border-color: rgb(180,233,215); }

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