#B4CFBF

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

Shades of Nebula #B4CFBF

Tints of Nebula #B4CFBF

Color information

#B4CFBF (or 0xB4CFBF) is unknown color: approx Nebula. HEX triplet: B4, CF and BF. RGB value is (180,207,191). Sum of RGB (Red+Green+Blue) = 180+207+191=578 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.14% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CFBF is #4B3040. Grayscale: #C5C5C5. Windows color (decimal): -4927553 or 12570548. OLE color: 12570548.

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

Color convert

RGB180207191-
CMYK0.1300.080.19
HSL144.44º21.95%75.88%-
HSV(B)144.44º13.04%81.18%-
XYZ50.5458.0957.84-
YUV197.1124.55115.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.14%
GREEN value IS 207 (81.25% from 255) = 35.81%
BLUE value IS 191 (75% from 255) = 33.04%
R=31.14%
G=35.81%
B=33.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802071910.1300.080.19144.4421.9575.88
HexB4CFBFD081390164c
Octal264317277150102322026114
Binary1011010011001111101111111101010001001110010000101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CFBF; }

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

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

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

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

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

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

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

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