#BEBCCB

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

Shades of Blue Haze #BEBCCB

Tints of Blue Haze #BEBCCB

Color information

#BEBCCB (or 0xBEBCCB) is unknown color: approx Blue Haze. HEX triplet: BE, BC and CB. RGB value is (190,188,203). Sum of RGB (Red+Green+Blue) = 190+188+203=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEBCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCCB is #414334. Grayscale: #BEBEBE. Windows color (decimal): -4277045 or 13352126. OLE color: 13352126.

HSL color Cylindrical-coordinate representation of color #BEBCCB: hue angle of 248º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEBCCB is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190188203-
CMYK0.060.0700.20
HSL248º12.61%76.67%-
HSV(B)248º7.39%79.61%-
XYZ5051.2363.75-
YUV190.31135.16127.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 188 (73.83% from 255) = 32.36%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=32.70%
G=32.36%
B=34.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901882030.060.0700.2024812.6176.67
HexBEBCCB67014f8d4d
Octal2762743136702437015115
Binary1011111010111100110010111101110101001111100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCCB; }

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

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

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

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

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

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

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

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