Html Css Color HEX #BDB9EE Lavender Grey

📋 copy color: '#BDB9EE'

red 189 ◦ green 185 ◦ blue 238

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

Shades of Lavender Grey #BDB9EE

Tints of Lavender Grey #BDB9EE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.23%

 BLUE value IS 238 (93.36% from 255) = 38.89%

R = 30.88%
G = 30.23%
B = 38.89%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDB9EE (or 0xBDB9EE) is known color: Lavender Grey. HEX triplet: BD, B9 and EE. RGB value is (189,185,238). Sum of RGB (Red+Green+Blue) = 189+185+238=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDB9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB9EE is #424611. Grayscale: #C0C0C0. Windows color (decimal): -4343314 or 15645117. OLE color: 15645117.

HSL color Cylindrical-coordinate representation of color #BDB9EE: hue angle of 244.53º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDB9EE is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 185 238 -
CMYK 0.21 0.22 0 0.07
HSL 244.53º 0.61% 0.83% -
HSV(B) 244.53º 0.22% 0.93% -
XYZ 53.77 51.69 88.03 -
YUV 192.24 153.83 125.69 -
System Red Green Blue C M Y K H S L
Decimal 189 185 238 0.21 0.22 0 0.07 244.53 0.61 0.83
Hex BD B9 EE 15 16 0 7 F5 3D 53
Octal 275 271 356 25 26 0 7 365 75 123
Binary 10111101 10111001 11101110 10101 10110 0 111 11110101 111101 1010011

Color Harmonies of #BDB9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB9EE

Black with #BDB9EE

Text Example


Text Example

White with #BDB9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB9EE; }

 p { color: rgb(189,185,238); }

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

background-color css

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

 a { background-color: rgb(189,185,238); }

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

border-color css

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

 span { border-color: rgb(189,185,238); }

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