#B3CFBF

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

Shades of Nebula #B3CFBF

Tints of Nebula #B3CFBF

Color information

#B3CFBF (or 0xB3CFBF) is unknown color: approx Nebula. HEX triplet: B3, CF and BF. RGB value is (179,207,191). Sum of RGB (Red+Green+Blue) = 179+207+191=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFBF is #4C3040. Grayscale: #C4C4C4. Windows color (decimal): -4993089 or 12570547. OLE color: 12570547.

HSL color Cylindrical-coordinate representation of color #B3CFBF: hue angle of 145.71º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3CFBF is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB179207191-
CMYK0.1400.080.19
HSL145.71º22.58%75.69%-
HSV(B)145.71º13.53%81.18%-
XYZ50.3157.9757.83-
YUV196.8124.72115.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.02%
GREEN value IS 207 (81.25% from 255) = 35.88%
BLUE value IS 191 (75% from 255) = 33.10%
R=31.02%
G=35.88%
B=33.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792071910.1400.080.19145.7122.5875.69
HexB3CFBFE081392174c
Octal263317277160102322227114
Binary1011001111001111101111111110010001001110010010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CFBF; }

 p { color: rgb(179,207,191); }

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

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

 a { background-color: rgb(179,207,191); }

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

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

 span { border-color: rgb(179,207,191); }

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