Html Css Color HEX #BEBFD0 Lavender Grey

📋 copy color: '#BEBFD0'

red 190 ◦ green 191 ◦ blue 208

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

Shades of Lavender Grey #BEBFD0

Tints of Lavender Grey #BEBFD0

RGB

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

 GREEN value IS 191 (75% from 255) = 32.43%

 BLUE value IS 208 (81.64% from 255) = 35.31%

R = 32.26%
G = 32.43%
B = 35.31%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BEBFD0 (or 0xBEBFD0) is known color: Lavender Grey. HEX triplet: BE, BF and D0. RGB value is (190,191,208). Sum of RGB (Red+Green+Blue) = 190+191+208=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEBFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFD0 is #41402F. Grayscale: #C0C0C0. Windows color (decimal): -4276272 or 13680574. OLE color: 13680574.

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

Color convert

RGB 190 191 208 -
CMYK 0.09 0.08 0 0.18
HSL 236.67º 0.16% 0.78% -
HSV(B) 236.67º 0.09% 0.82% -
XYZ 51.25 52.76 67.16 -
YUV 192.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 190 191 208 0.09 0.08 0 0.18 236.67 0.16 0.78
Hex BE BF D0 9 8 0 12 ED 10 4E
Octal 276 277 320 11 10 0 22 355 20 116
Binary 10111110 10111111 11010000 1001 1000 0 10010 11101101 10000 1001110

Color Harmonies of #BEBFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBFD0

Black with #BEBFD0

Text Example


Text Example

White with #BEBFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBFD0; }

 p { color: rgb(190,191,208); }

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

background-color css

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

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

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

border-color css

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

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

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