Html Css Color HEX #BEBBF2 Lavender Blue

📋 copy color: '#BEBBF2'

red 190 ◦ green 187 ◦ blue 242

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

Shades of Lavender Blue #BEBBF2

Tints of Lavender Blue #BEBBF2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.21%

 BLUE value IS 242 (94.92% from 255) = 39.1%

R = 30.69%
G = 30.21%
B = 39.1%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEBBF2 (or 0xBEBBF2) is known color: Lavender Blue. HEX triplet: BE, BB and F2. RGB value is (190,187,242). Sum of RGB (Red+Green+Blue) = 190+187+242=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEBBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBBF2 is #41440D. Grayscale: #C1C1C1. Windows color (decimal): -4277262 or 15907774. OLE color: 15907774.

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

Color convert

RGB 190 187 242 -
CMYK 0.21 0.23 0 0.05
HSL 243.27º 0.68% 0.84% -
HSV(B) 243.27º 0.23% 0.95% -
XYZ 55.03 52.9 91.31 -
YUV 194.17 154.99 125.03 -
System Red Green Blue C M Y K H S L
Decimal 190 187 242 0.21 0.23 0 0.05 243.27 0.68 0.84
Hex BE BB F2 15 17 0 5 F3 44 54
Octal 276 273 362 25 27 0 5 363 104 124
Binary 10111110 10111011 11110010 10101 10111 0 101 11110011 1000100 1010100

Color Harmonies of #BEBBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBBF2

Black with #BEBBF2

Text Example


Text Example

White with #BEBBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBBF2; }

 p { color: rgb(190,187,242); }

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

background-color css

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

 a { background-color: rgb(190,187,242); }

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

border-color css

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

 span { border-color: rgb(190,187,242); }

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