#B6E6D3

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

Shades of Cruise #B6E6D3

Tints of Cruise #B6E6D3

Color information

#B6E6D3 (or 0xB6E6D3) is unknown color: approx Cruise. HEX triplet: B6, E6 and D3. RGB value is (182,230,211). Sum of RGB (Red+Green+Blue) = 182+230+211=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 230 - color contains mainly: green. Hex color #B6E6D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6E6D3 is #49192C. Grayscale: #D5D5D5. Windows color (decimal): -4790573 or 13887158. OLE color: 13887158.

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

Color convert

RGB182230211-
CMYK0.2100.080.10
HSL156.25º48.98%80.78%-
HSV(B)156.25º20.87%90.2%-
XYZ59.3571.2472.25-
YUV213.48126.6105.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.21%
GREEN value IS 230 (90.23% from 255) = 36.92%
BLUE value IS 211 (82.81% from 255) = 33.87%
R=29.21%
G=36.92%
B=33.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1822302110.2100.080.10156.2548.9880.78
HexB6E6D31508A9c3151
Octal266346323250101223461121
Binary10110110111001101101001110101010001010100111001100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E6D3; }

 p { color: rgb(182,230,211); }

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

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

 a { background-color: rgb(182,230,211); }

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

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

 span { border-color: rgb(182,230,211); }

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