#B8CFBF

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

Shades of Nebula #B8CFBF

Tints of Nebula #B8CFBF

Color information

#B8CFBF (or 0xB8CFBF) is unknown color: approx Nebula. HEX triplet: B8, CF and BF. RGB value is (184,207,191). Sum of RGB (Red+Green+Blue) = 184+207+191=582 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.62% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CFBF is #473040. Grayscale: #C6C6C6. Windows color (decimal): -4665409 or 12570552. OLE color: 12570552.

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

Color convert

RGB184207191-
CMYK0.1100.080.19
HSL138.26º19.33%76.67%-
HSV(B)138.26º11.11%81.18%-
XYZ51.4858.5857.88-
YUV198.3123.88117.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.62%
GREEN value IS 207 (81.25% from 255) = 35.57%
BLUE value IS 191 (75% from 255) = 32.82%
R=31.62%
G=35.57%
B=32.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1842071910.1100.080.19138.2619.3376.67
HexB8CFBFB08138a134d
Octal270317277130102321223115
Binary1011100011001111101111111011010001001110001010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CFBF; }

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

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

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

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

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

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

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

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