#B7CECB

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

Shades of Scandal #B7CECB

Tints of Scandal #B7CECB

Color information

#B7CECB (or 0xB7CECB) is unknown color: approx Scandal. HEX triplet: B7, CE and CB. RGB value is (183,206,203). Sum of RGB (Red+Green+Blue) = 183+206+203=592 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.91% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CECB is #483134. Grayscale: #C6C6C6. Windows color (decimal): -4731189 or 13356727. OLE color: 13356727.

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

Color convert

RGB183206203-
CMYK0.1100.010.19
HSL172.17º19.01%76.27%-
HSV(B)172.17º11.17%80.78%-
XYZ52.3858.5265.04-
YUV198.78130.38116.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.91%
GREEN value IS 206 (80.86% from 255) = 34.80%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=30.91%
G=34.80%
B=34.29%

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
Decimal1832062030.1100.010.19172.1719.0176.27
HexB7CECBB0113ac134c
Octal26731631313012325423114
Binary1011011111001110110010111011011001110101100100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CECB; }

 p { color: rgb(183,206,203); }

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

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

 a { background-color: rgb(183,206,203); }

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

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

 span { border-color: rgb(183,206,203); }

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