#B6E5DA

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

Shades of Cruise #B6E5DA

Tints of Cruise #B6E5DA

Color information

#B6E5DA (or 0xB6E5DA) is unknown color: approx Cruise. HEX triplet: B6, E5 and DA. RGB value is (182,229,218). Sum of RGB (Red+Green+Blue) = 182+229+218=629 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.93% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 229 - color contains mainly: green. Hex color #B6E5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E5DA is #491A25. Grayscale: #D5D5D5. Windows color (decimal): -4790822 or 14345654. OLE color: 14345654.

HSL color Cylindrical-coordinate representation of color #B6E5DA: hue angle of 165.96º 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 #B6E5DA is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB182229218-
CMYK0.2100.050.10
HSL165.96º47.47%80.59%-
HSV(B)165.96º20.52%89.8%-
XYZ59.9771.0576.88-
YUV213.69130.43105.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.93%
GREEN value IS 229 (89.84% from 255) = 36.41%
BLUE value IS 218 (85.55% from 255) = 34.66%
R=28.93%
G=36.41%
B=34.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1822292180.2100.050.10165.9647.4780.59
HexB6E5DA1505Aa62f51
Octal26634533225051224657121
Binary1011011011100101110110101010101011010101001101011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E5DA; }

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

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

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

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

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

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

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

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