#BFBECE

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

Shades of Blue Haze #BFBECE

Tints of Blue Haze #BFBECE

Color information

#BFBECE (or 0xBFBECE) is unknown color: approx Blue Haze. HEX triplet: BF, BE and CE. RGB value is (191,190,206). Sum of RGB (Red+Green+Blue) = 191+190+206=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFBECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBECE is #404131. Grayscale: #C0C0C0. Windows color (decimal): -4210994 or 13549247. OLE color: 13549247.

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

Color convert

RGB191190206-
CMYK0.070.0800.19
HSL243.75º14.04%77.65%-
HSV(B)243.75º7.77%80.78%-
XYZ51.0452.3665.81-
YUV192.12135.83127.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.54%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 206 (80.86% from 255) = 35.09%
R=32.54%
G=32.37%
B=35.09%

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
Decimal1911902060.070.0800.19243.7514.0477.65
HexBFBECE78013f4e4e
Octal27727631671002336416116
Binary10111111101111101100111011110000100111111010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBECE; }

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

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

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

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

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

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

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

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