Html Css Color HEX #BEC1FA Lavender Blue

📋 copy color: '#BEC1FA'

red 190 ◦ green 193 ◦ blue 250

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

Shades of Lavender Blue #BEC1FA

Tints of Lavender Blue #BEC1FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.49%

R = 30.02%
G = 30.49%
B = 39.49%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEC1FA (or 0xBEC1FA) is known color: Lavender Blue. HEX triplet: BE, C1 and FA. RGB value is (190,193,250). Sum of RGB (Red+Green+Blue) = 190+193+250=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEC1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC1FA is #413E05. Grayscale: #C6C6C6. Windows color (decimal): -4275718 or 16433598. OLE color: 16433598.

HSL color Cylindrical-coordinate representation of color #BEC1FA: hue angle of 237º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEC1FA is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 193 250 -
CMYK 0.24 0.23 0 0.02
HSL 237º 0.86% 0.86% -
HSV(B) 237º 0.24% 0.98% -
XYZ 57.56 55.99 98.22 -
YUV 198.6 157.01 121.87 -
System Red Green Blue C M Y K H S L
Decimal 190 193 250 0.24 0.23 0 0.02 237 0.86 0.86
Hex BE C1 FA 18 17 0 2 ED 56 56
Octal 276 301 372 30 27 0 2 355 126 126
Binary 10111110 11000001 11111010 11000 10111 0 10 11101101 1010110 1010110

Color Harmonies of #BEC1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC1FA

Black with #BEC1FA

Text Example


Text Example

White with #BEC1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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