Html Css Color HEX #BEC0EF Lavender Blue

📋 copy color: '#BEC0EF'

red 190 ◦ green 192 ◦ blue 239

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

Shades of Lavender Blue #BEC0EF

Tints of Lavender Blue #BEC0EF

RGB

 RED value IS 190 (74.61% from 255) = 30.6%

 GREEN value IS 192 (75.39% from 255) = 30.92%

 BLUE value IS 239 (93.75% from 255) = 38.49%

R = 30.6%
G = 30.92%
B = 38.49%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEC0EF (or 0xBEC0EF) is known color: Lavender Blue. HEX triplet: BE, C0 and EF. RGB value is (190,192,239). Sum of RGB (Red+Green+Blue) = 190+192+239=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEC0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC0EF is #413F10. Grayscale: #C4C4C4. Windows color (decimal): -4275985 or 15712446. OLE color: 15712446.

HSL color Cylindrical-coordinate representation of color #BEC0EF: hue angle of 237.55º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC0EF is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 192 239 -
CMYK 0.21 0.20 0 0.06
HSL 237.55º 0.6% 0.84% -
HSV(B) 237.55º 0.21% 0.94% -
XYZ 55.66 54.88 89.32 -
YUV 196.76 151.84 123.18 -
System Red Green Blue C M Y K H S L
Decimal 190 192 239 0.21 0.20 0 0.06 237.55 0.6 0.84
Hex BE C0 EF 15 14 0 6 EE 3C 54
Octal 276 300 357 25 24 0 6 356 74 124
Binary 10111110 11000000 11101111 10101 10100 0 110 11101110 111100 1010100

Color Harmonies of #BEC0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC0EF

Black with #BEC0EF

Text Example


Text Example

White with #BEC0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC0EF; }

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

 H1.HeaderClassName
 {
   color: #BEC0EF;
 }
 .AnyTagClassName
 {
   color: #BEC0EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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