#BFBDCB

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

Shades of Blue Haze #BFBDCB

Tints of Blue Haze #BFBDCB

Color information

#BFBDCB (or 0xBFBDCB) is unknown color: approx Blue Haze. HEX triplet: BF, BD and CB. RGB value is (191,189,203). Sum of RGB (Red+Green+Blue) = 191+189+203=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFBDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDCB is #404234. Grayscale: #BFBFBF. Windows color (decimal): -4211253 or 13352383. OLE color: 13352383.

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

Color convert

RGB191189203-
CMYK0.060.0700.20
HSL248.57º11.86%76.86%-
HSV(B)248.57º6.9%79.61%-
XYZ50.4651.7863.84-
YUV191.19134.66127.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.76%
GREEN value IS 189 (74.22% from 255) = 32.42%
BLUE value IS 203 (79.69% from 255) = 34.82%
R=32.76%
G=32.42%
B=34.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911892030.060.0700.20248.5711.8676.86
HexBFBDCB67014f9c4d
Octal2772753136702437114115
Binary1011111110111101110010111101110101001111100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDCB; }

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

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

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

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

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

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

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

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