#B6E0D5

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

Shades of Cruise #B6E0D5

Tints of Cruise #B6E0D5

Color information

#B6E0D5 (or 0xB6E0D5) is unknown color: approx Cruise. HEX triplet: B6, E0 and D5. RGB value is (182,224,213). Sum of RGB (Red+Green+Blue) = 182+224+213=619 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.40% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 224 - color contains mainly: green. Hex color #B6E0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E0D5 is #491F2A. Grayscale: #D2D2D2. Windows color (decimal): -4792107 or 14016694. OLE color: 14016694.

HSL color Cylindrical-coordinate representation of color #B6E0D5: hue angle of 164.29º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6E0D5 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB182224213-
CMYK0.1900.050.12
HSL164.29º40.38%79.61%-
HSV(B)164.29º18.75%87.84%-
XYZ57.9668.0673.03-
YUV210.19129.59107.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.40%
GREEN value IS 224 (87.89% from 255) = 36.19%
BLUE value IS 213 (83.59% from 255) = 34.41%
R=29.40%
G=36.19%
B=34.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1822242130.1900.050.12164.2940.3879.61
HexB6E0D51305Ca42850
Octal26634032523051424450120
Binary1011011011100000110101011001101011100101001001010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E0D5; }

 p { color: rgb(182,224,213); }

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

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

 a { background-color: rgb(182,224,213); }

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

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

 span { border-color: rgb(182,224,213); }

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