#BFBAB4

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

Shades of Cloud #BFBAB4

Tints of Cloud #BFBAB4

Color information

#BFBAB4 (or 0xBFBAB4) is unknown color: approx Cloud. HEX triplet: BF, BA and B4. RGB value is (191,186,180). Sum of RGB (Red+Green+Blue) = 191+186+180=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAB4 is #40454B. Grayscale: #BABABA. Windows color (decimal): -4212044 or 11844287. OLE color: 11844287.

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

Color convert

RGB191186180-
CMYK00.030.060.25
HSL32.73º7.91%72.75%-
HSV(B)32.73º5.76%74.9%-
XYZ47.2849.4950.24-
YUV186.81124.16130.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.29%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 180 (70.70% from 255) = 32.32%
R=34.29%
G=33.39%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118618000.030.060.2532.737.9172.75
HexBFBAB40361921849
Octal277272264036314110111
Binary1011111110111010101101000111101100110000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAB4; }

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

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

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

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

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

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

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

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