#BEBCCA

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

Shades of Blue Haze #BEBCCA

Tints of Blue Haze #BEBCCA

Color information

#BEBCCA (or 0xBEBCCA) is unknown color: approx Blue Haze. HEX triplet: BE, BC and CA. RGB value is (190,188,202). Sum of RGB (Red+Green+Blue) = 190+188+202=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEBCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCCA is #414335. Grayscale: #BEBEBE. Windows color (decimal): -4277046 or 13286590. OLE color: 13286590.

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

Color convert

RGB190188202-
CMYK0.060.0700.21
HSL248.57º11.67%76.47%-
HSV(B)248.57º6.93%79.22%-
XYZ49.8851.1863.13-
YUV190.19134.66127.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.76%
GREEN value IS 188 (73.83% from 255) = 32.41%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=32.76%
G=32.41%
B=34.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901882020.060.0700.21248.5711.6776.47
HexBEBCCA67015f9c4c
Octal2762743126702537114114
Binary1011111010111100110010101101110101011111100111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCCA; }

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

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

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

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

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

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

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

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