#BEC0EE

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

Shades of Perano #BEC0EE

Tints of Perano #BEC0EE

Color information

#BEC0EE (or 0xBEC0EE) is unknown color: approx Perano. HEX triplet: BE, C0 and EE. RGB value is (190,192,238). Sum of RGB (Red+Green+Blue) = 190+192+238=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEC0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC0EE is #413F11. Grayscale: #C4C4C4. Windows color (decimal): -4275986 or 15646910. OLE color: 15646910.

HSL color Cylindrical-coordinate representation of color #BEC0EE: hue angle of 237.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEC0EE is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190192238-
CMYK0.200.1900.07
HSL237.5º58.54%83.92%-
HSV(B)237.5º20.17%93.33%-
XYZ55.5254.8288.54-
YUV196.65151.34123.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.65%
GREEN value IS 192 (75.39% from 255) = 30.97%
BLUE value IS 238 (93.36% from 255) = 38.39%
R=30.65%
G=30.97%
B=38.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901922380.200.1900.07237.558.5483.92
HexBEC0EE141307ee3b54
Octal27630035624230735673124
Binary10111110110000001110111010100100110111111011101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC0EE; }

 p { color: rgb(190,192,238); }

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

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

 a { background-color: rgb(190,192,238); }

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

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

 span { border-color: rgb(190,192,238); }

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