#B9CFCC

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

Shades of Scandal #B9CFCC

Tints of Scandal #B9CFCC

Color information

#B9CFCC (or 0xB9CFCC) is unknown color: approx Scandal. HEX triplet: B9, CF and CC. RGB value is (185,207,204). Sum of RGB (Red+Green+Blue) = 185+207+204=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFCC is #463033. Grayscale: #C8C8C8. Windows color (decimal): -4599860 or 13422521. OLE color: 13422521.

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

Color convert

RGB185207204-
CMYK0.1100.010.19
HSL171.82º18.64%76.86%-
HSV(B)171.82º10.63%81.18%-
XYZ53.2259.365.77-
YUV200.08130.21117.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.04%
GREEN value IS 207 (81.25% from 255) = 34.73%
BLUE value IS 204 (80.08% from 255) = 34.23%
R=31.04%
G=34.73%
B=34.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852072040.1100.010.19171.8218.6476.86
HexB9CFCCB0113ac134d
Octal27131731413012325423115
Binary1011100111001111110011001011011001110101100100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CFCC; }

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

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

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

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

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

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

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

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