Html Css Color HEX #BEC0FA Lavender Blue

📋 copy color: '#BEC0FA'

red 190 ◦ green 192 ◦ blue 250

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

Shades of Lavender Blue #BEC0FA

Tints of Lavender Blue #BEC0FA

RGB

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

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

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

R = 30.06%
G = 30.38%
B = 39.56%

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

#BEC0FA (or 0xBEC0FA) is known color: Lavender Blue. HEX triplet: BE, C0 and FA. RGB value is (190,192,250). Sum of RGB (Red+Green+Blue) = 190+192+250=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEC0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC0FA is #413F05. Grayscale: #C5C5C5. Windows color (decimal): -4275974 or 16433342. OLE color: 16433342.

HSL color Cylindrical-coordinate representation of color #BEC0FA: hue angle of 238º 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 #BEC0FA is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 192 250 -
CMYK 0.24 0.23 0 0.02
HSL 238º 0.86% 0.86% -
HSV(B) 238º 0.24% 0.98% -
XYZ 57.34 55.55 98.14 -
YUV 198.01 157.34 122.28 -
System Red Green Blue C M Y K H S L
Decimal 190 192 250 0.24 0.23 0 0.02 238 0.86 0.86
Hex BE C0 FA 18 17 0 2 EE 56 56
Octal 276 300 372 30 27 0 2 356 126 126
Binary 10111110 11000000 11111010 11000 10111 0 10 11101110 1010110 1010110

Color Harmonies of #BEC0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC0FA

Black with #BEC0FA

Text Example


Text Example

White with #BEC0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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