#BFB9B0

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

Shades of Cloud #BFB9B0

Tints of Cloud #BFB9B0

Color information

#BFB9B0 (or 0xBFB9B0) is unknown color: approx Cloud. HEX triplet: BF, B9 and B0. RGB value is (191,185,176). Sum of RGB (Red+Green+Blue) = 191+185+176=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB9B0 is #40464F. Grayscale: #B9B9B9. Windows color (decimal): -4212304 or 11581887. OLE color: 11581887.

HSL color Cylindrical-coordinate representation of color #BFB9B0: hue angle of 36º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFB9B0 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB191185176-
CMYK00.030.080.25
HSL36º10.49%71.96%-
HSV(B)36º7.85%74.9%-
XYZ46.6748.9148.05-
YUV185.77122.49131.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.60%
GREEN value IS 185 (72.66% from 255) = 33.51%
BLUE value IS 176 (69.14% from 255) = 31.88%
R=34.60%
G=33.51%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118517600.030.080.253610.4971.96
HexBFB9B00381924a48
Octal2772712600310314412110
Binary10111111101110011011000001110001100110010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB9B0; }

 p { color: rgb(191,185,176); }

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

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

 a { background-color: rgb(191,185,176); }

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

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

 span { border-color: rgb(191,185,176); }

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