Html Css Color HEX #BDBEE1 Lavender Grey

📋 copy color: '#BDBEE1'

red 189 ◦ green 190 ◦ blue 225

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

Shades of Lavender Grey #BDBEE1

Tints of Lavender Grey #BDBEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.25%

R = 31.29%
G = 31.46%
B = 37.25%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDBEE1 (or 0xBDBEE1) is known color: Lavender Grey. HEX triplet: BD, BE and E1. RGB value is (189,190,225). Sum of RGB (Red+Green+Blue) = 189+190+225=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDBEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEE1 is #42411E. Grayscale: #C1C1C1. Windows color (decimal): -4342047 or 14794429. OLE color: 14794429.

HSL color Cylindrical-coordinate representation of color #BDBEE1: hue angle of 238.33º degrees, saturation: 0.38, 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 #BDBEE1 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 190 225 -
CMYK 0.16 0.16 0 0.12
HSL 238.33º 0.38% 0.81% -
HSV(B) 238.33º 0.16% 0.88% -
XYZ 52.99 53.08 78.69 -
YUV 193.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 189 190 225 0.16 0.16 0 0.12 238.33 0.38 0.81
Hex BD BE E1 10 10 0 C EE 26 51
Octal 275 276 341 20 20 0 14 356 46 121
Binary 10111101 10111110 11100001 10000 10000 0 1100 11101110 100110 1010001

Color Harmonies of #BDBEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBEE1

Black with #BDBEE1

Text Example


Text Example

White with #BDBEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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