Html Css Color HEX #BEBED4 Lavender Grey

📋 copy color: '#BEBED4'

red 190 ◦ green 190 ◦ blue 212

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

Shades of Lavender Grey #BEBED4

Tints of Lavender Grey #BEBED4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.09%

 BLUE value IS 212 (83.2% from 255) = 35.81%

R = 32.09%
G = 32.09%
B = 35.81%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BEBED4 (or 0xBEBED4) is known color: Lavender Grey. HEX triplet: BE, BE and D4. RGB value is (190,190,212). Sum of RGB (Red+Green+Blue) = 190+190+212=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 212 - color contains mainly: blue. Hex color #BEBED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBED4 is #41412B. Grayscale: #C0C0C0. Windows color (decimal): -4276524 or 13942462. OLE color: 13942462.

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

Color convert

RGB 190 190 212 -
CMYK 0.10 0.10 0 0.17
HSL 240º 0.2% 0.79% -
HSV(B) 240º 0.1% 0.83% -
XYZ 51.53 52.53 69.71 -
YUV 192.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 190 190 212 0.10 0.10 0 0.17 240 0.2 0.79
Hex BE BE D4 A A 0 11 F0 14 4F
Octal 276 276 324 12 12 0 21 360 24 117
Binary 10111110 10111110 11010100 1010 1010 0 10001 11110000 10100 1001111

Color Harmonies of #BEBED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBED4

Black with #BEBED4

Text Example


Text Example

White with #BEBED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBED4; }

 p { color: rgb(190,190,212); }

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

background-color css

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

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

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

border-color css

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

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

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