Html Css Color HEX #BEBADA Lavender Grey

📋 copy color: '#BEBADA'

red 190 ◦ green 186 ◦ blue 218

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

Shades of Lavender Grey #BEBADA

Tints of Lavender Grey #BEBADA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.31%

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

R = 31.99%
G = 31.31%
B = 36.7%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BEBADA (or 0xBEBADA) is known color: Lavender Grey. HEX triplet: BE, BA and DA. RGB value is (190,186,218). Sum of RGB (Red+Green+Blue) = 190+186+218=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #BEBADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBADA is #414525. Grayscale: #BEBEBE. Windows color (decimal): -4277542 or 14334654. OLE color: 14334654.

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

Color convert

RGB 190 186 218 -
CMYK 0.13 0.15 0 0.15
HSL 247.5º 0.3% 0.79% -
HSV(B) 247.5º 0.15% 0.85% -
XYZ 51.45 51.13 73.49 -
YUV 190.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 190 186 218 0.13 0.15 0 0.15 247.5 0.3 0.79
Hex BE BA DA D F 0 F F8 1E 4F
Octal 276 272 332 15 17 0 17 370 36 117
Binary 10111110 10111010 11011010 1101 1111 0 1111 11111000 11110 1001111

Color Harmonies of #BEBADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBADA

Black with #BEBADA

Text Example


Text Example

White with #BEBADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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