#B5EAD7

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

Shades of Cruise #B5EAD7

Tints of Cruise #B5EAD7

Color information

#B5EAD7 (or 0xB5EAD7) is unknown color: approx Cruise. HEX triplet: B5, EA and D7. RGB value is (181,234,215). Sum of RGB (Red+Green+Blue) = 181+234+215=630 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.73% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EAD7 is #4A1528. Grayscale: #D8D8D8. Windows color (decimal): -4855081 or 14150325. OLE color: 14150325.

HSL color Cylindrical-coordinate representation of color #B5EAD7: hue angle of 158.49º 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 #B5EAD7 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB181234215-
CMYK0.2300.080.08
HSL158.49º55.79%81.37%-
HSV(B)158.49º22.65%91.76%-
XYZ60.7473.5875.29-
YUV215.99127.44103.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.73%
GREEN value IS 234 (91.80% from 255) = 37.14%
BLUE value IS 215 (84.38% from 255) = 34.13%
R=28.73%
G=37.14%
B=34.13%

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
Decimal1812342150.2300.080.08158.4955.7981.37
HexB5EAD7170889e3851
Octal265352327270101023670121
Binary10110101111010101101011110111010001000100111101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EAD7; }

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

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

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

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

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

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

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

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