#B8E9D7

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

Shades of Cruise #B8E9D7

Tints of Cruise #B8E9D7

Color information

#B8E9D7 (or 0xB8E9D7) is unknown color: approx Cruise. HEX triplet: B8, E9 and D7. RGB value is (184,233,215). Sum of RGB (Red+Green+Blue) = 184+233+215=632 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.11% from 632); Green value is 233 (91.41% from 255 or 36.87% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 233 - color contains mainly: green. Hex color #B8E9D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8E9D7 is #471628. Grayscale: #D8D8D8. Windows color (decimal): -4658729 or 14150072. OLE color: 14150072.

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

Color convert

RGB184233215-
CMYK0.2100.080.09
HSL157.96º52.69%81.76%-
HSV(B)157.96º21.03%91.37%-
XYZ61.1773.3775.23-
YUV216.3127.27104.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.11%
GREEN value IS 233 (91.41% from 255) = 36.87%
BLUE value IS 215 (84.38% from 255) = 34.02%
R=29.11%
G=36.87%
B=34.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1842332150.2100.080.09157.9652.6981.76
HexB8E9D7150899e3552
Octal270351327250101123665122
Binary10111000111010011101011110101010001001100111101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E9D7; }

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

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

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

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

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

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

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

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