Html Css Color HEX #BEBAEC Lavender Grey

📋 copy color: '#BEBAEC'

red 190 ◦ green 186 ◦ blue 236

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

Shades of Lavender Grey #BEBAEC

Tints of Lavender Grey #BEBAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.56%

R = 31.05%
G = 30.39%
B = 38.56%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEBAEC (or 0xBEBAEC) is known color: Lavender Grey. HEX triplet: BE, BA and EC. RGB value is (190,186,236). Sum of RGB (Red+Green+Blue) = 190+186+236=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEBAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBAEC is #414513. Grayscale: #C0C0C0. Windows color (decimal): -4277524 or 15514302. OLE color: 15514302.

HSL color Cylindrical-coordinate representation of color #BEBAEC: hue angle of 244.8º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEBAEC is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 186 236 -
CMYK 0.19 0.21 0 0.07
HSL 244.8º 0.57% 0.83% -
HSV(B) 244.8º 0.21% 0.93% -
XYZ 53.93 52.12 86.57 -
YUV 192.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 190 186 236 0.19 0.21 0 0.07 244.8 0.57 0.83
Hex BE BA EC 13 15 0 7 F5 39 53
Octal 276 272 354 23 25 0 7 365 71 123
Binary 10111110 10111010 11101100 10011 10101 0 111 11110101 111001 1010011

Color Harmonies of #BEBAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBAEC

Black with #BEBAEC

Text Example


Text Example

White with #BEBAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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