Html Css Color HEX #BEBDF0 Lavender Blue

📋 copy color: '#BEBDF0'

red 190 ◦ green 189 ◦ blue 240

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

Shades of Lavender Blue #BEBDF0

Tints of Lavender Blue #BEBDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.77%

R = 30.69%
G = 30.53%
B = 38.77%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEBDF0 (or 0xBEBDF0) is known color: Lavender Blue. HEX triplet: BE, BD and F0. RGB value is (190,189,240). Sum of RGB (Red+Green+Blue) = 190+189+240=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEBDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBDF0 is #41420F. Grayscale: #C2C2C2. Windows color (decimal): -4276752 or 15777214. OLE color: 15777214.

HSL color Cylindrical-coordinate representation of color #BEBDF0: hue angle of 241.18º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEBDF0 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 189 240 -
CMYK 0.21 0.21 0 0.06
HSL 241.18º 0.63% 0.84% -
HSV(B) 241.18º 0.21% 0.94% -
XYZ 55.16 53.63 89.88 -
YUV 195.11 153.33 124.35 -
System Red Green Blue C M Y K H S L
Decimal 190 189 240 0.21 0.21 0 0.06 241.18 0.63 0.84
Hex BE BD F0 15 15 0 6 F1 3F 54
Octal 276 275 360 25 25 0 6 361 77 124
Binary 10111110 10111101 11110000 10101 10101 0 110 11110001 111111 1010100

Color Harmonies of #BEBDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBDF0

Black with #BEBDF0

Text Example


Text Example

White with #BEBDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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