Html Css Color HEX #BEBAFF Lavender Blue

📋 copy color: '#BEBAFF'

red 190 ◦ green 186 ◦ blue 255

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

Shades of Lavender Blue #BEBAFF

Tints of Lavender Blue #BEBAFF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.48%

 BLUE value IS 255 (100% from 255) = 40.41%

R = 30.11%
G = 29.48%
B = 40.41%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEBAFF (or 0xBEBAFF) is known color: Lavender Blue. HEX triplet: BE, BA and FF. RGB value is (190,186,255). Sum of RGB (Red+Green+Blue) = 190+186+255=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEBAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBAFF is #414500. Grayscale: #C2C2C2. Windows color (decimal): -4277505 or 16759486. OLE color: 16759486.

HSL color Cylindrical-coordinate representation of color #BEBAFF: hue angle of 243.48º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEBAFF is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 186 255 -
CMYK 0.25 0.27 0 0
HSL 243.48º 1% 0.86% -
HSV(B) 243.48º 0.27% 1% -
XYZ 56.84 53.28 101.9 -
YUV 195.06 161.83 124.39 -
System Red Green Blue C M Y K H S L
Decimal 190 186 255 0.25 0.27 0 0 243.48 1 0.86
Hex BE BA FF 19 1B 0 0 F3 64 56
Octal 276 272 377 31 33 0 0 363 144 126
Binary 10111110 10111010 11111111 11001 11011 0 0 11110011 1100100 1010110

Color Harmonies of #BEBAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBAFF

Black with #BEBAFF

Text Example


Text Example

White with #BEBAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBAFF; }

 p { color: rgb(190,186,255); }

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

background-color css

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

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

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

border-color css

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

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

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