#BFBDCE

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

Shades of Blue Haze #BFBDCE

Tints of Blue Haze #BFBDCE

Color information

#BFBDCE (or 0xBFBDCE) is unknown color: approx Blue Haze. HEX triplet: BF, BD and CE. RGB value is (191,189,206). Sum of RGB (Red+Green+Blue) = 191+189+206=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFBDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDCE is #404231. Grayscale: #BFBFBF. Windows color (decimal): -4211250 or 13548991. OLE color: 13548991.

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

Color convert

RGB191189206-
CMYK0.070.0800.19
HSL247.06º14.78%77.45%-
HSV(B)247.06º8.25%80.78%-
XYZ50.8251.9365.74-
YUV191.54136.16127.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.59%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 206 (80.86% from 255) = 35.15%
R=32.59%
G=32.25%
B=35.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911892060.070.0800.19247.0614.7877.45
HexBFBDCE78013f7f4d
Octal27727531671002336717115
Binary10111111101111011100111011110000100111111011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDCE; }

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

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

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

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

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

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

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

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