#BFBDCF

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

Shades of Blue Haze #BFBDCF

Tints of Blue Haze #BFBDCF

Color information

#BFBDCF (or 0xBFBDCF) is unknown color: approx Blue Haze. HEX triplet: BF, BD and CF. RGB value is (191,189,207). Sum of RGB (Red+Green+Blue) = 191+189+207=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFBDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDCF is #404230. Grayscale: #BFBFBF. Windows color (decimal): -4211249 or 13614527. OLE color: 13614527.

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

Color convert

RGB191189207-
CMYK0.080.0900.19
HSL246.67º15.79%77.65%-
HSV(B)246.67º8.7%81.18%-
XYZ50.9551.9866.38-
YUV191.65136.66127.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.54%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 207 (81.25% from 255) = 35.26%
R=32.54%
G=32.20%
B=35.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911892070.080.0900.19246.6715.7977.65
HexBFBDCF89013f7104e
Octal277275317101102336720116
Binary1011111110111101110011111000100101001111110111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDCF; }

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

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

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

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

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

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

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

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