Html Css Color HEX #BDBEE0 Lavender Grey

📋 copy color: '#BDBEE0'

red 189 ◦ green 190 ◦ blue 224

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

Shades of Lavender Grey #BDBEE0

Tints of Lavender Grey #BDBEE0

RGB

 RED value IS 189 (74.22% from 255) = 31.34%

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

 BLUE value IS 224 (87.89% from 255) = 37.15%

R = 31.34%
G = 31.51%
B = 37.15%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDBEE0 (or 0xBDBEE0) is known color: Lavender Grey. HEX triplet: BD, BE and E0. RGB value is (189,190,224). Sum of RGB (Red+Green+Blue) = 189+190+224=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDBEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEE0 is #42411F. Grayscale: #C1C1C1. Windows color (decimal): -4342048 or 14728893. OLE color: 14728893.

HSL color Cylindrical-coordinate representation of color #BDBEE0: hue angle of 238.29º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDBEE0 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 190 224 -
CMYK 0.16 0.15 0 0.12
HSL 238.29º 0.36% 0.81% -
HSV(B) 238.29º 0.16% 0.88% -
XYZ 52.85 53.03 77.97 -
YUV 193.58 145.17 124.74 -
System Red Green Blue C M Y K H S L
Decimal 189 190 224 0.16 0.15 0 0.12 238.29 0.36 0.81
Hex BD BE E0 10 F 0 C EE 24 51
Octal 275 276 340 20 17 0 14 356 44 121
Binary 10111101 10111110 11100000 10000 1111 0 1100 11101110 100100 1010001

Color Harmonies of #BDBEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBEE0

Black with #BDBEE0

Text Example


Text Example

White with #BDBEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBEE0; }

 p { color: rgb(189,190,224); }

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

background-color css

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

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

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

border-color css

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

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

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