Html Css Color HEX #BEBFFE Lavender Blue

📋 copy color: '#BEBFFE'

red 190 ◦ green 191 ◦ blue 254

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

Shades of Lavender Blue #BEBFFE

Tints of Lavender Blue #BEBFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 30.08%

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

R = 29.92%
G = 30.08%
B = 40%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BEBFFE (or 0xBEBFFE) is known color: Lavender Blue. HEX triplet: BE, BF and FE. RGB value is (190,191,254). Sum of RGB (Red+Green+Blue) = 190+191+254=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEBFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBFFE is #414001. Grayscale: #C5C5C5. Windows color (decimal): -4276226 or 16695230. OLE color: 16695230.

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

Color convert

RGB 190 191 254 -
CMYK 0.25 0.25 0 0.00
HSL 239.06º 0.97% 0.87% -
HSV(B) 239.06º 0.25% 1% -
XYZ 57.76 55.36 101.41 -
YUV 197.88 159.67 122.38 -
System Red Green Blue C M Y K H S L
Decimal 190 191 254 0.25 0.25 0 0.00 239.06 0.97 0.87
Hex BE BF FE 19 19 0 0 EF 61 57
Octal 276 277 376 31 31 0 0 357 141 127
Binary 10111110 10111111 11111110 11001 11001 0 0 11101111 1100001 1010111

Color Harmonies of #BEBFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBFFE

Black with #BEBFFE

Text Example


Text Example

White with #BEBFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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