#BEBCCF

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

Shades of Blue Haze #BEBCCF

Tints of Blue Haze #BEBCCF

Color information

#BEBCCF (or 0xBEBCCF) is unknown color: approx Blue Haze. HEX triplet: BE, BC and CF. RGB value is (190,188,207). Sum of RGB (Red+Green+Blue) = 190+188+207=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEBCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCCF is #414330. Grayscale: #BEBEBE. Windows color (decimal): -4277041 or 13614270. OLE color: 13614270.

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

Color convert

RGB190188207-
CMYK0.080.0900.19
HSL246.32º16.52%77.45%-
HSV(B)246.32º9.18%81.18%-
XYZ50.4851.4266.3-
YUV190.76137.16127.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 207 (81.25% from 255) = 35.38%
R=32.48%
G=32.14%
B=35.38%

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
Decimal1901882070.080.0900.19246.3216.5277.45
HexBEBCCF89013f6114d
Octal276274317101102336621115
Binary1011111010111100110011111000100101001111110110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCCF; }

 p { color: rgb(190,188,207); }

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

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

 a { background-color: rgb(190,188,207); }

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

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

 span { border-color: rgb(190,188,207); }

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