#B3CFCA

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

Shades of Scandal #B3CFCA

Tints of Scandal #B3CFCA

Color information

#B3CFCA (or 0xB3CFCA) is unknown color: approx Scandal. HEX triplet: B3, CF and CA. RGB value is (179,207,202). Sum of RGB (Red+Green+Blue) = 179+207+202=588 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.44% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFCA is #4C3035. Grayscale: #C6C6C6. Windows color (decimal): -4993078 or 13291443. OLE color: 13291443.

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

Color convert

RGB179207202-
CMYK0.1400.020.19
HSL169.29º22.58%75.69%-
HSV(B)169.29º13.53%81.18%-
XYZ51.5658.4764.45-
YUV198.06130.22114.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.44%
GREEN value IS 207 (81.25% from 255) = 35.20%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=30.44%
G=35.20%
B=34.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792072020.1400.020.19169.2922.5875.69
HexB3CFCAE0213a9174c
Octal26331731216022325127114
Binary10110011110011111100101011100101001110101001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CFCA; }

 p { color: rgb(179,207,202); }

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

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

 a { background-color: rgb(179,207,202); }

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

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

 span { border-color: rgb(179,207,202); }

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