#B8C9BF

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

Shades of Nebula #B8C9BF

Tints of Nebula #B8C9BF

Color information

#B8C9BF (or 0xB8C9BF) is unknown color: approx Nebula. HEX triplet: B8, C9 and BF. RGB value is (184,201,191). Sum of RGB (Red+Green+Blue) = 184+201+191=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C9BF is #473640. Grayscale: #C2C2C2. Windows color (decimal): -4666945 or 12569016. OLE color: 12569016.

HSL color Cylindrical-coordinate representation of color #B8C9BF: hue angle of 144.71º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B8C9BF is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB184201191-
CMYK0.0800.050.21
HSL144.71º13.6%75.49%-
HSV(B)144.71º8.46%78.82%-
XYZ50.0655.7357.41-
YUV194.78125.87120.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.94%
GREEN value IS 201 (78.91% from 255) = 34.90%
BLUE value IS 191 (75% from 255) = 33.16%
R=31.94%
G=34.90%
B=33.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1842011910.0800.050.21144.7113.675.49
HexB8C9BF8051591e4b
Octal27031127710052522116113
Binary10111000110010011011111110000101101011001000111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C9BF; }

 p { color: rgb(184,201,191); }

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

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

 a { background-color: rgb(184,201,191); }

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

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

 span { border-color: rgb(184,201,191); }

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