#B6E1D0

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

Shades of Cruise #B6E1D0

Tints of Cruise #B6E1D0

Color information

#B6E1D0 (or 0xB6E1D0) is unknown color: approx Cruise. HEX triplet: B6, E1 and D0. RGB value is (182,225,208). Sum of RGB (Red+Green+Blue) = 182+225+208=615 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.59% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 225 - color contains mainly: green. Hex color #B6E1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E1D0 is #491E2F. Grayscale: #D2D2D2. Windows color (decimal): -4791856 or 13689270. OLE color: 13689270.

HSL color Cylindrical-coordinate representation of color #B6E1D0: hue angle of 156.28º degrees, saturation: 0.42, 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 #B6E1D0 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB182225208-
CMYK0.1900.080.12
HSL156.28º41.75%79.8%-
HSV(B)156.28º19.11%88.24%-
XYZ57.668.3569.83-
YUV210.2126.75107.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.59%
GREEN value IS 225 (88.28% from 255) = 36.59%
BLUE value IS 208 (81.64% from 255) = 33.82%
R=29.59%
G=36.59%
B=33.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1822252080.1900.080.12156.2841.7579.8
HexB6E1D01308C9c2a50
Octal266341320230101423452120
Binary10110110111000011101000010011010001100100111001010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E1D0; }

 p { color: rgb(182,225,208); }

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

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

 a { background-color: rgb(182,225,208); }

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

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

 span { border-color: rgb(182,225,208); }

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