#BFB9B2

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

Shades of Cloud #BFB9B2

Tints of Cloud #BFB9B2

Color information

#BFB9B2 (or 0xBFB9B2) is unknown color: approx Cloud. HEX triplet: BF, B9 and B2. RGB value is (191,185,178). Sum of RGB (Red+Green+Blue) = 191+185+178=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB9B2 is #40464D. Grayscale: #BABABA. Windows color (decimal): -4212302 or 11712959. OLE color: 11712959.

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

Color convert

RGB191185178-
CMYK00.030.070.25
HSL32.31º9.22%72.35%-
HSV(B)32.31º6.81%74.9%-
XYZ46.8748.9949.1-
YUV186123.49131.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.48%
GREEN value IS 185 (72.66% from 255) = 33.39%
BLUE value IS 178 (69.92% from 255) = 32.13%
R=34.48%
G=33.39%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118517800.030.070.2532.319.2272.35
HexBFB9B20371920948
Octal277271262037314011110
Binary1011111110111001101100100111111100110000010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB9B2; }

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

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

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

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

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

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

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

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