#BFBDCD

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

Shades of Blue Haze #BFBDCD

Tints of Blue Haze #BFBDCD

Color information

#BFBDCD (or 0xBFBDCD) is unknown color: approx Blue Haze. HEX triplet: BF, BD and CD. RGB value is (191,189,205). Sum of RGB (Red+Green+Blue) = 191+189+205=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFBDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDCD is #404232. Grayscale: #BFBFBF. Windows color (decimal): -4211251 or 13483455. OLE color: 13483455.

HSL color Cylindrical-coordinate representation of color #BFBDCD: hue angle of 247.5º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFBDCD is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191189205-
CMYK0.070.0800.20
HSL247.5º13.79%77.25%-
HSV(B)247.5º7.8%80.39%-
XYZ50.751.8865.1-
YUV191.42135.66127.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.65%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=32.65%
G=32.31%
B=35.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911892050.070.0800.20247.513.7977.25
HexBFBDCD78014f8e4d
Octal27727531571002437016115
Binary10111111101111011100110111110000101001111100011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDCD; }

 p { color: rgb(191,189,205); }

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

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

 a { background-color: rgb(191,189,205); }

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

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

 span { border-color: rgb(191,189,205); }

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