#B0CFC0

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

Shades of Nebula #B0CFC0

Tints of Nebula #B0CFC0

Color information

#B0CFC0 (or 0xB0CFC0) is unknown color: approx Nebula. HEX triplet: B0, CF and C0. RGB value is (176,207,192). Sum of RGB (Red+Green+Blue) = 176+207+192=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFC0 is #4F303F. Grayscale: #C4C4C4. Windows color (decimal): -5189696 or 12636080. OLE color: 12636080.

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

Color convert

RGB176207192-
CMYK0.1500.070.19
HSL150.97º24.41%75.1%-
HSV(B)150.97º14.98%81.18%-
XYZ49.7357.6658.38-
YUV196.02125.73113.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.61%
GREEN value IS 207 (81.25% from 255) = 36%
BLUE value IS 192 (75.39% from 255) = 33.39%
R=30.61%
G=36%
B=33.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762071920.1500.070.19150.9724.4175.1
HexB0CFC0F071397184b
Octal26031730017072322730113
Binary101100001100111111000000111101111001110010111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CFC0; }

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

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

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

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

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

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

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

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