#BFBBD5

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

Shades of Blue Haze #BFBBD5

Tints of Blue Haze #BFBBD5

Color information

#BFBBD5 (or 0xBFBBD5) is unknown color: approx Blue Haze. HEX triplet: BF, BB and D5. RGB value is (191,187,213). Sum of RGB (Red+Green+Blue) = 191+187+213=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFBBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBD5 is #40442A. Grayscale: #BFBFBF. Windows color (decimal): -4211755 or 14007231. OLE color: 14007231.

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

Color convert

RGB191187213-
CMYK0.100.1200.16
HSL249.23º23.64%78.43%-
HSV(B)249.23º12.21%83.53%-
XYZ51.2751.4270.17-
YUV191.16140.33127.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.32%
GREEN value IS 187 (73.44% from 255) = 31.64%
BLUE value IS 213 (83.59% from 255) = 36.04%
R=32.32%
G=31.64%
B=36.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911872130.100.1200.16249.2323.6478.43
HexBFBBD5AC010f9184e
Octal277273325121402037130116
Binary1011111110111011110101011010110001000011111001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBD5; }

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

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

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

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

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

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

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

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