Html Css Color HEX #BEC8FA Lavender Blue

📋 copy color: '#BEC8FA'

red 190 ◦ green 200 ◦ blue 250

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

Shades of Lavender Blue #BEC8FA

Tints of Lavender Blue #BEC8FA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.25%

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

R = 29.69%
G = 31.25%
B = 39.06%

CMYK

 C value IS 0.24

 M value IS 0.2

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEC8FA (or 0xBEC8FA) is known color: Lavender Blue. HEX triplet: BE, C8 and FA. RGB value is (190,200,250). Sum of RGB (Red+Green+Blue) = 190+200+250=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEC8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC8FA is #413705. Grayscale: #CACACA. Windows color (decimal): -4273926 or 16435390. OLE color: 16435390.

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

Color convert

RGB 190 200 250 -
CMYK 0.24 0.2 0 0.02
HSL 230º 0.86% 0.86% -
HSV(B) 230º 0.24% 0.98% -
XYZ 59.14 59.16 98.74 -
YUV 202.71 154.69 118.93 -
System Red Green Blue C M Y K H S L
Decimal 190 200 250 0.24 0.2 0 0.02 230 0.86 0.86
Hex BE C8 FA 18 14 0 2 E6 56 56
Octal 276 310 372 30 24 0 2 346 126 126
Binary 10111110 11001000 11111010 11000 10100 0 10 11100110 1010110 1010110

Color Harmonies of #BEC8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC8FA

Black with #BEC8FA

Text Example


Text Example

White with #BEC8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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