Html Css Color HEX #BEBEFA Lavender Blue

📋 copy color: '#BEBEFA'

red 190 ◦ green 190 ◦ blue 250

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

Shades of Lavender Blue #BEBEFA

Tints of Lavender Blue #BEBEFA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.16%

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

R = 30.16%
G = 30.16%
B = 39.68%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEBEFA (or 0xBEBEFA) is known color: Lavender Blue. HEX triplet: BE, BE and FA. RGB value is (190,190,250). Sum of RGB (Red+Green+Blue) = 190+190+250=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEBEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBEFA is #414105. Grayscale: #C4C4C4. Windows color (decimal): -4276486 or 16432830. OLE color: 16432830.

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

Color convert

RGB 190 190 250 -
CMYK 0.24 0.24 0 0.02
HSL 240º 0.86% 0.86% -
HSV(B) 240º 0.24% 0.98% -
XYZ 56.9 54.68 98 -
YUV 196.84 158 123.12 -
System Red Green Blue C M Y K H S L
Decimal 190 190 250 0.24 0.24 0 0.02 240 0.86 0.86
Hex BE BE FA 18 18 0 2 F0 56 56
Octal 276 276 372 30 30 0 2 360 126 126
Binary 10111110 10111110 11111010 11000 11000 0 10 11110000 1010110 1010110

Color Harmonies of #BEBEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBEFA

Black with #BEBEFA

Text Example


Text Example

White with #BEBEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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