Html Css Color HEX #BEBCD2 Lavender Grey

📋 copy color: '#BEBCD2'

red 190 ◦ green 188 ◦ blue 210

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

Shades of Lavender Grey #BEBCD2

Tints of Lavender Grey #BEBCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.71%

R = 32.31%
G = 31.97%
B = 35.71%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BEBCD2 (or 0xBEBCD2) is known color: Lavender Grey. HEX triplet: BE, BC and D2. RGB value is (190,188,210). Sum of RGB (Red+Green+Blue) = 190+188+210=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 210 - color contains mainly: blue. Hex color #BEBCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCD2 is #41432D. Grayscale: #BFBFBF. Windows color (decimal): -4277038 or 13810878. OLE color: 13810878.

HSL color Cylindrical-coordinate representation of color #BEBCD2: hue angle of 245.45º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEBCD2 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 188 210 -
CMYK 0.10 0.10 0 0.18
HSL 245.45º 0.2% 0.78% -
HSV(B) 245.45º 0.1% 0.82% -
XYZ 50.85 51.57 68.25 -
YUV 191.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 190 188 210 0.10 0.10 0 0.18 245.45 0.2 0.78
Hex BE BC D2 A A 0 12 F5 14 4E
Octal 276 274 322 12 12 0 22 365 24 116
Binary 10111110 10111100 11010010 1010 1010 0 10010 11110101 10100 1001110

Color Harmonies of #BEBCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBCD2

Black with #BEBCD2

Text Example


Text Example

White with #BEBCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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