Html Css Color HEX #BEC0F1 Lavender Blue

📋 copy color: '#BEC0F1'

red 190 ◦ green 192 ◦ blue 241

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

Shades of Lavender Blue #BEC0F1

Tints of Lavender Blue #BEC0F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.68%

R = 30.5%
G = 30.82%
B = 38.68%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEC0F1 (or 0xBEC0F1) is known color: Lavender Blue. HEX triplet: BE, C0 and F1. RGB value is (190,192,241). Sum of RGB (Red+Green+Blue) = 190+192+241=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 192 (75.39% from 255 or 30.82% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEC0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC0F1 is #413F0E. Grayscale: #C4C4C4. Windows color (decimal): -4275983 or 15843518. OLE color: 15843518.

HSL color Cylindrical-coordinate representation of color #BEC0F1: hue angle of 237.65º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC0F1 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 192 241 -
CMYK 0.21 0.20 0 0.05
HSL 237.65º 0.65% 0.85% -
HSV(B) 237.65º 0.21% 0.95% -
XYZ 55.96 55 90.89 -
YUV 196.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 190 192 241 0.21 0.20 0 0.05 237.65 0.65 0.85
Hex BE C0 F1 15 14 0 5 EE 41 55
Octal 276 300 361 25 24 0 5 356 101 125
Binary 10111110 11000000 11110001 10101 10100 0 101 11101110 1000001 1010101

Color Harmonies of #BEC0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC0F1

Black with #BEC0F1

Text Example


Text Example

White with #BEC0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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