Html Css Color HEX #BEBCF1 Lavender Blue

📋 copy color: '#BEBCF1'

red 190 ◦ green 188 ◦ blue 241

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

Shades of Lavender Blue #BEBCF1

Tints of Lavender Blue #BEBCF1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.37%

 BLUE value IS 241 (94.53% from 255) = 38.93%

R = 30.69%
G = 30.37%
B = 38.93%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEBCF1 (or 0xBEBCF1) is known color: Lavender Blue. HEX triplet: BE, BC and F1. RGB value is (190,188,241). Sum of RGB (Red+Green+Blue) = 190+188+241=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEBCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBCF1 is #41430E. Grayscale: #C2C2C2. Windows color (decimal): -4277007 or 15842494. OLE color: 15842494.

HSL color Cylindrical-coordinate representation of color #BEBCF1: hue angle of 242.26º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEBCF1 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 188 241 -
CMYK 0.21 0.22 0 0.05
HSL 242.26º 0.65% 0.84% -
HSV(B) 242.26º 0.22% 0.95% -
XYZ 55.1 53.26 90.6 -
YUV 194.64 154.16 124.69 -
System Red Green Blue C M Y K H S L
Decimal 190 188 241 0.21 0.22 0 0.05 242.26 0.65 0.84
Hex BE BC F1 15 16 0 5 F2 41 54
Octal 276 274 361 25 26 0 5 362 101 124
Binary 10111110 10111100 11110001 10101 10110 0 101 11110010 1000001 1010100

Color Harmonies of #BEBCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBCF1

Black with #BEBCF1

Text Example


Text Example

White with #BEBCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBCF1; }

 p { color: rgb(190,188,241); }

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

background-color css

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

 a { background-color: rgb(190,188,241); }

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

border-color css

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

 span { border-color: rgb(190,188,241); }

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