Html Css Color HEX #BEC1EF Lavender Blue

📋 copy color: '#BEC1EF'

red 190 ◦ green 193 ◦ blue 239

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

Shades of Lavender Blue #BEC1EF

Tints of Lavender Blue #BEC1EF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.03%

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

R = 30.55%
G = 31.03%
B = 38.42%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEC1EF (or 0xBEC1EF) is known color: Lavender Blue. HEX triplet: BE, C1 and EF. RGB value is (190,193,239). Sum of RGB (Red+Green+Blue) = 190+193+239=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEC1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC1EF is #413E10. Grayscale: #C5C5C5. Windows color (decimal): -4275729 or 15712702. OLE color: 15712702.

HSL color Cylindrical-coordinate representation of color #BEC1EF: hue angle of 236.33º 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 #BEC1EF is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 193 239 -
CMYK 0.21 0.19 0 0.06
HSL 236.33º 0.6% 0.84% -
HSV(B) 236.33º 0.21% 0.94% -
XYZ 55.89 55.32 89.39 -
YUV 197.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 190 193 239 0.21 0.19 0 0.06 236.33 0.6 0.84
Hex BE C1 EF 15 13 0 6 EC 3C 54
Octal 276 301 357 25 23 0 6 354 74 124
Binary 10111110 11000001 11101111 10101 10011 0 110 11101100 111100 1010100

Color Harmonies of #BEC1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC1EF

Black with #BEC1EF

Text Example


Text Example

White with #BEC1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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