#B4CFCA

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

Shades of Scandal #B4CFCA

Tints of Scandal #B4CFCA

Color information

#B4CFCA (or 0xB4CFCA) is unknown color: approx Scandal. HEX triplet: B4, CF and CA. RGB value is (180,207,202). Sum of RGB (Red+Green+Blue) = 180+207+202=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CFCA is #4B3035. Grayscale: #C6C6C6. Windows color (decimal): -4927542 or 13291444. OLE color: 13291444.

HSL color Cylindrical-coordinate representation of color #B4CFCA: hue angle of 168.89º degrees, saturation: 0.22, 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 #B4CFCA is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB180207202-
CMYK0.1300.020.19
HSL168.89º21.95%75.88%-
HSV(B)168.89º13.04%81.18%-
XYZ51.858.5964.46-
YUV198.36130.05114.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.56%
GREEN value IS 207 (81.25% from 255) = 35.14%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=30.56%
G=35.14%
B=34.30%

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
Decimal1802072020.1300.020.19168.8921.9575.88
HexB4CFCAD0213a9164c
Octal26431731215022325126114
Binary10110100110011111100101011010101001110101001101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CFCA; }

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

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

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

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

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

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

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

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