#B6CFCD

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

Shades of Scandal #B6CFCD

Tints of Scandal #B6CFCD

Color information

#B6CFCD (or 0xB6CFCD) is unknown color: approx Scandal. HEX triplet: B6, CF and CD. RGB value is (182,207,205). Sum of RGB (Red+Green+Blue) = 182+207+205=594 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.64% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFCD is #493032. Grayscale: #C7C7C7. Windows color (decimal): -4796467 or 13488054. OLE color: 13488054.

HSL color Cylindrical-coordinate representation of color #B6CFCD: hue angle of 175.2º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6CFCD is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB182207205-
CMYK0.1200.010.19
HSL175.2º20.66%76.27%-
HSV(B)175.2º12.08%81.18%-
XYZ52.6258.9866.37-
YUV199.3131.22115.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.64%
GREEN value IS 207 (81.25% from 255) = 34.85%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=30.64%
G=34.85%
B=34.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1822072050.1200.010.19175.220.6676.27
HexB6CFCDC0113af154c
Octal26631731514012325725114
Binary1011011011001111110011011100011001110101111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CFCD; }

 p { color: rgb(182,207,205); }

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

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

 a { background-color: rgb(182,207,205); }

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

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

 span { border-color: rgb(182,207,205); }

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