#B6D6CE

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

Shades of Scandal #B6D6CE

Tints of Scandal #B6D6CE

Color information

#B6D6CE (or 0xB6D6CE) is unknown color: approx Scandal. HEX triplet: B6, D6 and CE. RGB value is (182,214,206). Sum of RGB (Red+Green+Blue) = 182+214+206=602 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.23% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D6CE is #492931. Grayscale: #CBCBCB. Windows color (decimal): -4794674 or 13555382. OLE color: 13555382.

HSL color Cylindrical-coordinate representation of color #B6D6CE: hue angle of 165º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6D6CE is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB182214206-
CMYK0.1500.040.16
HSL165º28.07%77.65%-
HSV(B)165º14.95%83.92%-
XYZ54.4862.4967.58-
YUV203.52129.4112.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.23%
GREEN value IS 214 (83.98% from 255) = 35.55%
BLUE value IS 206 (80.86% from 255) = 34.22%
R=30.23%
G=35.55%
B=34.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822142060.1500.040.1616528.0777.65
HexB6D6CEF0410a51c4e
Octal26632631617042024534116
Binary101101101101011011001110111101001000010100101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D6CE; }

 p { color: rgb(182,214,206); }

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

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

 a { background-color: rgb(182,214,206); }

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

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

 span { border-color: rgb(182,214,206); }

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