#B1CECA

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

Shades of Scandal #B1CECA

Tints of Scandal #B1CECA

Color information

#B1CECA (or 0xB1CECA) is unknown color: approx Scandal. HEX triplet: B1, CE and CA. RGB value is (177,206,202). Sum of RGB (Red+Green+Blue) = 177+206+202=585 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.26% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CECA is #4E3135. Grayscale: #C4C4C4. Windows color (decimal): -5124406 or 13291185. OLE color: 13291185.

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

Color convert

RGB177206202-
CMYK0.1400.020.19
HSL171.72º22.83%75.1%-
HSV(B)171.72º14.08%80.78%-
XYZ50.8657.7564.34-
YUV196.87130.89113.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.26%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=30.26%
G=35.21%
B=34.53%

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
Decimal1772062020.1400.020.19171.7222.8375.1
HexB1CECAE0213ac174b
Octal26131631216022325427113
Binary10110001110011101100101011100101001110101100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CECA; }

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

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

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

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

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

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

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

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