Html Css Color HEX #BEC2F1 Lavender Blue

📋 copy color: '#BEC2F1'

red 190 ◦ green 194 ◦ blue 241

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

Shades of Lavender Blue #BEC2F1

Tints of Lavender Blue #BEC2F1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.04%

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

R = 30.4%
G = 31.04%
B = 38.56%

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

#BEC2F1 (or 0xBEC2F1) is known color: Lavender Blue. HEX triplet: BE, C2 and F1. RGB value is (190,194,241). Sum of RGB (Red+Green+Blue) = 190+194+241=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEC2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC2F1 is #413D0E. Grayscale: #C5C5C5. Windows color (decimal): -4275471 or 15844030. OLE color: 15844030.

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

Color convert

RGB 190 194 241 -
CMYK 0.21 0.20 0 0.05
HSL 235.29º 0.65% 0.85% -
HSV(B) 235.29º 0.21% 0.95% -
XYZ 56.4 55.88 91.03 -
YUV 198.16 152.17 122.18 -
System Red Green Blue C M Y K H S L
Decimal 190 194 241 0.21 0.20 0 0.05 235.29 0.65 0.85
Hex BE C2 F1 15 14 0 5 EB 41 55
Octal 276 302 361 25 24 0 5 353 101 125
Binary 10111110 11000010 11110001 10101 10100 0 101 11101011 1000001 1010101

Color Harmonies of #BEC2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2F1

Black with #BEC2F1

Text Example


Text Example

White with #BEC2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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