#B6CFCC

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

Shades of Scandal #B6CFCC

Tints of Scandal #B6CFCC

Color information

#B6CFCC (or 0xB6CFCC) is unknown color: approx Scandal. HEX triplet: B6, CF and CC. RGB value is (182,207,204). Sum of RGB (Red+Green+Blue) = 182+207+204=593 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.69% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFCC is #493033. Grayscale: #C7C7C7. Windows color (decimal): -4796468 or 13422518. OLE color: 13422518.

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

Color convert

RGB182207204-
CMYK0.1200.010.19
HSL172.8º20.66%76.27%-
HSV(B)172.8º12.08%81.18%-
XYZ52.558.9365.73-
YUV199.18130.72115.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.69%
GREEN value IS 207 (81.25% from 255) = 34.91%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=30.69%
G=34.91%
B=34.40%

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
Decimal1822072040.1200.010.19172.820.6676.27
HexB6CFCCC0113ad154c
Octal26631731414012325525114
Binary1011011011001111110011001100011001110101101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CFCC; }

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

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

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

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

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

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

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

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