Html Css Color HEX #BDBEE3 Lavender Grey

📋 copy color: '#BDBEE3'

red 189 ◦ green 190 ◦ blue 227

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

Shades of Lavender Grey #BDBEE3

Tints of Lavender Grey #BDBEE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.46%

R = 31.19%
G = 31.35%
B = 37.46%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BDBEE3 (or 0xBDBEE3) is known color: Lavender Grey. HEX triplet: BD, BE and E3. RGB value is (189,190,227). Sum of RGB (Red+Green+Blue) = 189+190+227=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 227 - color contains mainly: blue. Hex color #BDBEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEE3 is #42411C. Grayscale: #C1C1C1. Windows color (decimal): -4342045 or 14925501. OLE color: 14925501.

HSL color Cylindrical-coordinate representation of color #BDBEE3: hue angle of 238.42º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDBEE3 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 190 227 -
CMYK 0.17 0.16 0 0.11
HSL 238.42º 0.4% 0.82% -
HSV(B) 238.42º 0.17% 0.89% -
XYZ 53.26 53.19 80.13 -
YUV 193.92 146.67 124.49 -
System Red Green Blue C M Y K H S L
Decimal 189 190 227 0.17 0.16 0 0.11 238.42 0.4 0.82
Hex BD BE E3 11 10 0 B EE 28 52
Octal 275 276 343 21 20 0 13 356 50 122
Binary 10111101 10111110 11100011 10001 10000 0 1011 11101110 101000 1010010

Color Harmonies of #BDBEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBEE3

Black with #BDBEE3

Text Example


Text Example

White with #BDBEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBEE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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