#B3CECA

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

Shades of Scandal #B3CECA

Tints of Scandal #B3CECA

Color information

#B3CECA (or 0xB3CECA) is unknown color: approx Scandal. HEX triplet: B3, CE and CA. RGB value is (179,206,202). Sum of RGB (Red+Green+Blue) = 179+206+202=587 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.49% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CECA is #4C3135. Grayscale: #C5C5C5. Windows color (decimal): -4993334 or 13291187. OLE color: 13291187.

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

Color convert

RGB179206202-
CMYK0.1300.020.19
HSL171.11º21.6%75.49%-
HSV(B)171.11º13.11%80.78%-
XYZ51.3257.9964.37-
YUV197.47130.55114.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.49%
GREEN value IS 206 (80.86% from 255) = 35.09%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=30.49%
G=35.09%
B=34.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792062020.1300.020.19171.1121.675.49
HexB3CECAD0213ab164b
Octal26331631215022325326113
Binary10110011110011101100101011010101001110101011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CECA; }

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

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

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

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

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

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

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

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