#B0CFC8

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

Shades of Scandal #B0CFC8

Tints of Scandal #B0CFC8

Color information

#B0CFC8 (or 0xB0CFC8) is unknown color: approx Scandal. HEX triplet: B0, CF and C8. RGB value is (176,207,200). Sum of RGB (Red+Green+Blue) = 176+207+200=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 200 (78.52% from 255 or 34.31% from 583); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFC8 is #4F3037. Grayscale: #C4C4C4. Windows color (decimal): -5189688 or 13160368. OLE color: 13160368.

HSL color Cylindrical-coordinate representation of color #B0CFC8: hue angle of 166.45º 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 #B0CFC8 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB176207200-
CMYK0.1500.030.19
HSL166.45º24.41%75.1%-
HSV(B)166.45º14.98%81.18%-
XYZ50.6458.0363.17-
YUV196.93129.73113.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.19%
GREEN value IS 207 (81.25% from 255) = 35.51%
BLUE value IS 200 (78.52% from 255) = 34.31%
R=30.19%
G=35.51%
B=34.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762072000.1500.030.19166.4524.4175.1
HexB0CFC8F0313a6184b
Octal26031731017032324630113
Binary10110000110011111100100011110111001110100110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CFC8; }

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

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

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

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

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

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

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

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