#BFBAD5

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

Shades of Blue Haze #BFBAD5

Tints of Blue Haze #BFBAD5

Color information

#BFBAD5 (or 0xBFBAD5) is unknown color: approx Blue Haze. HEX triplet: BF, BA and D5. RGB value is (191,186,213). Sum of RGB (Red+Green+Blue) = 191+186+213=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFBAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAD5 is #40452A. Grayscale: #BEBEBE. Windows color (decimal): -4212011 or 14006975. OLE color: 14006975.

HSL color Cylindrical-coordinate representation of color #BFBAD5: hue angle of 251.11º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFBAD5 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191186213-
CMYK0.100.1300.16
HSL251.11º24.32%78.24%-
HSV(B)251.11º12.68%83.53%-
XYZ51.065170.1-
YUV190.57140.66128.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.37%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 213 (83.59% from 255) = 36.10%
R=32.37%
G=31.53%
B=36.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911862130.100.1300.16251.1124.3278.24
HexBFBAD5AD010fb184e
Octal277272325121502037330116
Binary1011111110111010110101011010110101000011111011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAD5; }

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

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

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

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

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

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

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

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