Html Css Color HEX #BEB6FF Lavender Blue

📋 copy color: '#BEB6FF'

red 190 ◦ green 182 ◦ blue 255

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

Shades of Lavender Blue #BEB6FF

Tints of Lavender Blue #BEB6FF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.03%

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

R = 30.3%
G = 29.03%
B = 40.67%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEB6FF (or 0xBEB6FF) is known color: Lavender Blue. HEX triplet: BE, B6 and FF. RGB value is (190,182,255). Sum of RGB (Red+Green+Blue) = 190+182+255=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 182 (71.48% from 255 or 29.03% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB6FF is #414900. Grayscale: #C0C0C0. Windows color (decimal): -4278529 or 16758462. OLE color: 16758462.

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

Color convert

RGB 190 182 255 -
CMYK 0.25 0.29 0 0
HSL 246.58º 1% 0.86% -
HSV(B) 246.58º 0.29% 1% -
XYZ 56.01 51.62 101.62 -
YUV 192.71 163.15 126.06 -
System Red Green Blue C M Y K H S L
Decimal 190 182 255 0.25 0.29 0 0 246.58 1 0.86
Hex BE B6 FF 19 1D 0 0 F7 64 56
Octal 276 266 377 31 35 0 0 367 144 126
Binary 10111110 10110110 11111111 11001 11101 0 0 11110111 1100100 1010110

Color Harmonies of #BEB6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB6FF

Black with #BEB6FF

Text Example


Text Example

White with #BEB6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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