Html Css Color HEX #BDBEE2 Lavender Grey

📋 copy color: '#BDBEE2'

red 189 ◦ green 190 ◦ blue 226

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

Shades of Lavender Grey #BDBEE2

Tints of Lavender Grey #BDBEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.36%

R = 31.24%
G = 31.4%
B = 37.36%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BDBEE2 (or 0xBDBEE2) is known color: Lavender Grey. HEX triplet: BD, BE and E2. RGB value is (189,190,226). Sum of RGB (Red+Green+Blue) = 189+190+226=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDBEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEE2 is #42411D. Grayscale: #C1C1C1. Windows color (decimal): -4342046 or 14859965. OLE color: 14859965.

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

Color convert

RGB 189 190 226 -
CMYK 0.16 0.16 0 0.11
HSL 238.38º 0.39% 0.81% -
HSV(B) 238.38º 0.16% 0.89% -
XYZ 53.13 53.14 79.41 -
YUV 193.81 146.17 124.57 -
System Red Green Blue C M Y K H S L
Decimal 189 190 226 0.16 0.16 0 0.11 238.38 0.39 0.81
Hex BD BE E2 10 10 0 B EE 27 51
Octal 275 276 342 20 20 0 13 356 47 121
Binary 10111101 10111110 11100010 10000 10000 0 1011 11101110 100111 1010001

Color Harmonies of #BDBEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBEE2

Black with #BDBEE2

Text Example


Text Example

White with #BDBEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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