Html Css Color HEX #BEC0EE Perano

📋 copy color: '#BEC0EE'

red 190 ◦ green 192 ◦ blue 238

#BEC0EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #BEC0EE

Tints of Perano #BEC0EE

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 value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEC0EE (or 0xBEC0EE) is known color: 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

RGB 190 192 238 -
CMYK 0.20 0.19 0 0.07
HSL 237.5º 0.59% 0.84% -
HSV(B) 237.5º 0.2% 0.93% -
XYZ 55.52 54.82 88.54 -
YUV 196.65 151.34 123.26 -
System Red Green Blue C M Y K H S L
Decimal 190 192 238 0.20 0.19 0 0.07 237.5 0.59 0.84
Hex BE C0 EE 14 13 0 7 EE 3B 54
Octal 276 300 356 24 23 0 7 356 73 124
Binary 10111110 11000000 11101110 10100 10011 0 111 11101110 111011 1010100

Color Harmonies of #BEC0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC0EE

Black with #BEC0EE

Text Example


Text Example

White with #BEC0EE

Text Example


Text Example

HTML Codes & Css Web 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>