#BFB9AF

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

Shades of Cloud #BFB9AF

Tints of Cloud #BFB9AF

Color information

#BFB9AF (or 0xBFB9AF) is unknown color: approx Cloud. HEX triplet: BF, B9 and AF. RGB value is (191,185,175). Sum of RGB (Red+Green+Blue) = 191+185+175=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB9AF is #404650. Grayscale: #B9B9B9. Windows color (decimal): -4212305 or 11516351. OLE color: 11516351.

HSL color Cylindrical-coordinate representation of color #BFB9AF: hue angle of 37.5º degrees, saturation: 0.11, 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 #BFB9AF is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB191185175-
CMYK00.030.080.25
HSL37.5º11.11%71.76%-
HSV(B)37.5º8.38%74.9%-
XYZ46.5748.8747.54-
YUV185.65121.99131.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 185 (72.66% from 255) = 33.58%
BLUE value IS 175 (68.75% from 255) = 31.76%
R=34.66%
G=33.58%
B=31.76%

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
Decimal19118517500.030.080.2537.511.1171.76
HexBFB9AF0381926b48
Octal2772712570310314613110
Binary10111111101110011010111101110001100110011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB9AF; }

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

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

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

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

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

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

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

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