Html Css Color HEX #BEB8FA Lavender Blue

📋 copy color: '#BEB8FA'

red 190 ◦ green 184 ◦ blue 250

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

Shades of Lavender Blue #BEB8FA

Tints of Lavender Blue #BEB8FA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.49%

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

R = 30.45%
G = 29.49%
B = 40.06%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEB8FA (or 0xBEB8FA) is known color: Lavender Blue. HEX triplet: BE, B8 and FA. RGB value is (190,184,250). Sum of RGB (Red+Green+Blue) = 190+184+250=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 184 (72.27% from 255 or 29.49% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEB8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB8FA is #414705. Grayscale: #C1C1C1. Windows color (decimal): -4278022 or 16431294. OLE color: 16431294.

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

Color convert

RGB 190 184 250 -
CMYK 0.24 0.26 0 0.02
HSL 245.45º 0.87% 0.85% -
HSV(B) 245.45º 0.26% 0.98% -
XYZ 55.63 52.13 97.57 -
YUV 193.32 159.99 125.63 -
System Red Green Blue C M Y K H S L
Decimal 190 184 250 0.24 0.26 0 0.02 245.45 0.87 0.85
Hex BE B8 FA 18 1A 0 2 F5 57 55
Octal 276 270 372 30 32 0 2 365 127 125
Binary 10111110 10111000 11111010 11000 11010 0 10 11110101 1010111 1010101

Color Harmonies of #BEB8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB8FA

Black with #BEB8FA

Text Example


Text Example

White with #BEB8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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