#B4CECB

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

Shades of Scandal #B4CECB

Tints of Scandal #B4CECB

Color information

#B4CECB (or 0xB4CECB) is unknown color: approx Scandal. HEX triplet: B4, CE and CB. RGB value is (180,206,203). Sum of RGB (Red+Green+Blue) = 180+206+203=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CECB is #4B3134. Grayscale: #C5C5C5. Windows color (decimal): -4927797 or 13356724. OLE color: 13356724.

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

Color convert

RGB180206203-
CMYK0.1300.010.19
HSL173.08º20.97%75.69%-
HSV(B)173.08º12.62%80.78%-
XYZ51.6758.1665-
YUV197.88130.89115.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.56%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=30.56%
G=34.97%
B=34.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802062030.1300.010.19173.0820.9775.69
HexB4CECBD0113ad154c
Octal26431631315012325525114
Binary1011010011001110110010111101011001110101101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CECB; }

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

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

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

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

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

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

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

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