Html Css Color HEX #BEBFFD Lavender Blue

📋 copy color: '#BEBFFD'

red 190 ◦ green 191 ◦ blue 253

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

Shades of Lavender Blue #BEBFFD

Tints of Lavender Blue #BEBFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.91%

R = 29.97%
G = 30.13%
B = 39.91%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BEBFFD (or 0xBEBFFD) is known color: Lavender Blue. HEX triplet: BE, BF and FD. RGB value is (190,191,253). Sum of RGB (Red+Green+Blue) = 190+191+253=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEBFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBFFD is #414002. Grayscale: #C5C5C5. Windows color (decimal): -4276227 or 16629694. OLE color: 16629694.

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

Color convert

RGB 190 191 253 -
CMYK 0.25 0.25 0 0.01
HSL 239.05º 0.94% 0.87% -
HSV(B) 239.05º 0.25% 0.99% -
XYZ 57.6 55.3 100.57 -
YUV 197.77 159.17 122.46 -
System Red Green Blue C M Y K H S L
Decimal 190 191 253 0.25 0.25 0 0.01 239.05 0.94 0.87
Hex BE BF FD 19 19 0 1 EF 5E 57
Octal 276 277 375 31 31 0 1 357 136 127
Binary 10111110 10111111 11111101 11001 11001 0 1 11101111 1011110 1010111

Color Harmonies of #BEBFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBFFD

Black with #BEBFFD

Text Example


Text Example

White with #BEBFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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