#BFBAB1

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

Shades of Cloud #BFBAB1

Tints of Cloud #BFBAB1

Color information

#BFBAB1 (or 0xBFBAB1) is unknown color: approx Cloud. HEX triplet: BF, BA and B1. RGB value is (191,186,177). Sum of RGB (Red+Green+Blue) = 191+186+177=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBAB1 is #40454E. Grayscale: #BABABA. Windows color (decimal): -4212047 or 11647679. OLE color: 11647679.

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

Color convert

RGB191186177-
CMYK00.030.070.25
HSL38.57º9.86%72.16%-
HSV(B)38.57º7.33%74.9%-
XYZ46.9849.3748.65-
YUV186.47122.66131.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.48%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 177 (69.53% from 255) = 31.95%
R=34.48%
G=33.57%
B=31.95%

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
Decimal19118617700.030.070.2538.579.8672.16
HexBFBAB10371927a48
Octal277272261037314712110
Binary1011111110111010101100010111111100110011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAB1; }

 p { color: rgb(191,186,177); }

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

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

 a { background-color: rgb(191,186,177); }

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

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

 span { border-color: rgb(191,186,177); }

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