Html Css Color HEX #BEBDFE Lavender Blue

📋 copy color: '#BEBDFE'

red 190 ◦ green 189 ◦ blue 254

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

Shades of Lavender Blue #BEBDFE

Tints of Lavender Blue #BEBDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.13%

R = 30.02%
G = 29.86%
B = 40.13%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BEBDFE (or 0xBEBDFE) is known color: Lavender Blue. HEX triplet: BE, BD and FE. RGB value is (190,189,254). Sum of RGB (Red+Green+Blue) = 190+189+254=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEBDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBDFE is #414201. Grayscale: #C4C4C4. Windows color (decimal): -4276738 or 16694718. OLE color: 16694718.

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

Color convert

RGB 190 189 254 -
CMYK 0.25 0.26 0 0.00
HSL 240.92º 0.97% 0.87% -
HSV(B) 240.92º 0.26% 1% -
XYZ 57.32 54.5 101.26 -
YUV 196.71 160.33 123.21 -
System Red Green Blue C M Y K H S L
Decimal 190 189 254 0.25 0.26 0 0.00 240.92 0.97 0.87
Hex BE BD FE 19 1A 0 0 F1 61 57
Octal 276 275 376 31 32 0 0 361 141 127
Binary 10111110 10111101 11111110 11001 11010 0 0 11110001 1100001 1010111

Color Harmonies of #BEBDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBDFE

Black with #BEBDFE

Text Example


Text Example

White with #BEBDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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