Html Css Color HEX #BEBDFF Lavender Blue

📋 copy color: '#BEBDFF'

red 190 ◦ green 189 ◦ blue 255

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

Shades of Lavender Blue #BEBDFF

Tints of Lavender Blue #BEBDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.81%

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

R = 29.97%
G = 29.81%
B = 40.22%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEBDFF (or 0xBEBDFF) is known color: Lavender Blue. HEX triplet: BE, BD and FF. RGB value is (190,189,255). Sum of RGB (Red+Green+Blue) = 190+189+255=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEBDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBDFF is #414200. Grayscale: #C4C4C4. Windows color (decimal): -4276737 or 16760254. OLE color: 16760254.

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

Color convert

RGB 190 189 255 -
CMYK 0.25 0.26 0 0
HSL 240.91º 1% 0.87% -
HSV(B) 240.91º 0.26% 1% -
XYZ 57.48 54.56 102.11 -
YUV 196.82 160.83 123.13 -
System Red Green Blue C M Y K H S L
Decimal 190 189 255 0.25 0.26 0 0 240.91 1 0.87
Hex BE BD FF 19 1A 0 0 F1 64 57
Octal 276 275 377 31 32 0 0 361 144 127
Binary 10111110 10111101 11111111 11001 11010 0 0 11110001 1100100 1010111

Color Harmonies of #BEBDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBDFF

Black with #BEBDFF

Text Example


Text Example

White with #BEBDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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