#B0CFCA

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

Shades of Scandal #B0CFCA

Tints of Scandal #B0CFCA

Color information

#B0CFCA (or 0xB0CFCA) is unknown color: approx Scandal. HEX triplet: B0, CF and CA. RGB value is (176,207,202). Sum of RGB (Red+Green+Blue) = 176+207+202=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFCA is #4F3035. Grayscale: #C5C5C5. Windows color (decimal): -5189686 or 13291440. OLE color: 13291440.

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

Color convert

RGB176207202-
CMYK0.1500.020.19
HSL170.32º24.41%75.1%-
HSV(B)170.32º14.98%81.18%-
XYZ50.8858.1264.41-
YUV197.16130.73112.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.09%
GREEN value IS 207 (81.25% from 255) = 35.38%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=30.09%
G=35.38%
B=34.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762072020.1500.020.19170.3224.4175.1
HexB0CFCAF0213aa184b
Octal26031731217022325230113
Binary10110000110011111100101011110101001110101010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CFCA; }

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

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

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

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

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

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

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

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