Html Css Color HEX #BEBCDA Lavender Grey

📋 copy color: '#BEBCDA'

red 190 ◦ green 188 ◦ blue 218

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

Shades of Lavender Grey #BEBCDA

Tints of Lavender Grey #BEBCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.58%

R = 31.88%
G = 31.54%
B = 36.58%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BEBCDA (or 0xBEBCDA) is known color: Lavender Grey. HEX triplet: BE, BC and DA. RGB value is (190,188,218). Sum of RGB (Red+Green+Blue) = 190+188+218=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 218 - color contains mainly: blue. Hex color #BEBCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCDA is #414325. Grayscale: #BFBFBF. Windows color (decimal): -4277030 or 14335166. OLE color: 14335166.

HSL color Cylindrical-coordinate representation of color #BEBCDA: hue angle of 244º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEBCDA is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 188 218 -
CMYK 0.13 0.14 0 0.15
HSL 244º 0.29% 0.8% -
HSV(B) 244º 0.14% 0.85% -
XYZ 51.87 51.98 73.63 -
YUV 192.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 190 188 218 0.13 0.14 0 0.15 244 0.29 0.8
Hex BE BC DA D E 0 F F4 1D 50
Octal 276 274 332 15 16 0 17 364 35 120
Binary 10111110 10111100 11011010 1101 1110 0 1111 11110100 11101 1010000

Color Harmonies of #BEBCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBCDA

Black with #BEBCDA

Text Example


Text Example

White with #BEBCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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