#B0CFBE

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

Shades of Nebula #B0CFBE

Tints of Nebula #B0CFBE

Color information

#B0CFBE (or 0xB0CFBE) is unknown color: approx Nebula. HEX triplet: B0, CF and BE. RGB value is (176,207,190). Sum of RGB (Red+Green+Blue) = 176+207+190=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFBE is #4F3041. Grayscale: #C3C3C3. Windows color (decimal): -5189698 or 12505008. OLE color: 12505008.

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

Color convert

RGB176207190-
CMYK0.1500.080.19
HSL147.1º24.41%75.1%-
HSV(B)147.1º14.98%81.18%-
XYZ49.5157.5757.22-
YUV195.79124.73113.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.72%
GREEN value IS 207 (81.25% from 255) = 36.13%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=30.72%
G=36.13%
B=33.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762071900.1500.080.19147.124.4175.1
HexB0CFBEF081393184b
Octal260317276170102322330113
Binary1011000011001111101111101111010001001110010011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CFBE; }

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

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

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

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

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

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

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

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