#B4EAD7

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

Shades of Cruise #B4EAD7

Tints of Cruise #B4EAD7

Color information

#B4EAD7 (or 0xB4EAD7) is unknown color: approx Cruise. HEX triplet: B4, EA and D7. RGB value is (180,234,215). Sum of RGB (Red+Green+Blue) = 180+234+215=629 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.62% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EAD7 is #4B1528. Grayscale: #D7D7D7. Windows color (decimal): -4920617 or 14150324. OLE color: 14150324.

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

Color convert

RGB180234215-
CMYK0.2300.080.08
HSL158.89º56.25%81.18%-
HSV(B)158.89º23.08%91.76%-
XYZ60.5173.4675.28-
YUV215.69127.61102.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.62%
GREEN value IS 234 (91.80% from 255) = 37.20%
BLUE value IS 215 (84.38% from 255) = 34.18%
R=28.62%
G=37.20%
B=34.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802342150.2300.080.08158.8956.2581.18
HexB4EAD7170889f3851
Octal264352327270101023770121
Binary10110100111010101101011110111010001000100111111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EAD7; }

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

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

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

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

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

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

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

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