Html Css Color HEX #BEBCF0 Lavender Grey

📋 copy color: '#BEBCF0'

red 190 ◦ green 188 ◦ blue 240

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

Shades of Lavender Grey #BEBCF0

Tints of Lavender Grey #BEBCF0

RGB

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

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

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

R = 30.74%
G = 30.42%
B = 38.83%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEBCF0 (or 0xBEBCF0) is known color: Lavender Grey. HEX triplet: BE, BC and F0. RGB value is (190,188,240). Sum of RGB (Red+Green+Blue) = 190+188+240=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEBCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBCF0 is #41430F. Grayscale: #C2C2C2. Windows color (decimal): -4277008 or 15776958. OLE color: 15776958.

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

Color convert

RGB 190 188 240 -
CMYK 0.21 0.22 0 0.06
HSL 242.31º 0.63% 0.84% -
HSV(B) 242.31º 0.22% 0.94% -
XYZ 54.95 53.2 89.81 -
YUV 194.53 153.66 124.77 -
System Red Green Blue C M Y K H S L
Decimal 190 188 240 0.21 0.22 0 0.06 242.31 0.63 0.84
Hex BE BC F0 15 16 0 6 F2 3F 54
Octal 276 274 360 25 26 0 6 362 77 124
Binary 10111110 10111100 11110000 10101 10110 0 110 11110010 111111 1010100

Color Harmonies of #BEBCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBCF0

Black with #BEBCF0

Text Example


Text Example

White with #BEBCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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