#B6E5D8

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

Shades of Cruise #B6E5D8

Tints of Cruise #B6E5D8

Color information

#B6E5D8 (or 0xB6E5D8) is unknown color: approx Cruise. HEX triplet: B6, E5 and D8. RGB value is (182,229,216). Sum of RGB (Red+Green+Blue) = 182+229+216=627 (83% of max value = 765). Red value is 182 (71.48% from 255 or 29.03% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 229 - color contains mainly: green. Hex color #B6E5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E5D8 is #491A27. Grayscale: #D5D5D5. Windows color (decimal): -4790824 or 14214582. OLE color: 14214582.

HSL color Cylindrical-coordinate representation of color #B6E5D8: hue angle of 163.4º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6E5D8 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB182229216-
CMYK0.2100.060.10
HSL163.4º47.47%80.59%-
HSV(B)163.4º20.52%89.8%-
XYZ59.7170.9475.51-
YUV213.46129.43105.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.03%
GREEN value IS 229 (89.84% from 255) = 36.52%
BLUE value IS 216 (84.77% from 255) = 34.45%
R=29.03%
G=36.52%
B=34.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1822292160.2100.060.10163.447.4780.59
HexB6E5D81506Aa32f51
Octal26634533025061224357121
Binary1011011011100101110110001010101101010101000111011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E5D8; }

 p { color: rgb(182,229,216); }

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

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

 a { background-color: rgb(182,229,216); }

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

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

 span { border-color: rgb(182,229,216); }

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