Html Css Color HEX #BDBDE5 Lavender Grey

📋 copy color: '#BDBDE5'

red 189 ◦ green 189 ◦ blue 229

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

Shades of Lavender Grey #BDBDE5

Tints of Lavender Grey #BDBDE5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.14%

 BLUE value IS 229 (89.84% from 255) = 37.73%

R = 31.14%
G = 31.14%
B = 37.73%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDBDE5 (or 0xBDBDE5) is known color: Lavender Grey. HEX triplet: BD, BD and E5. RGB value is (189,189,229). Sum of RGB (Red+Green+Blue) = 189+189+229=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDBDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDE5 is #42421A. Grayscale: #C1C1C1. Windows color (decimal): -4342299 or 15056317. OLE color: 15056317.

HSL color Cylindrical-coordinate representation of color #BDBDE5: hue angle of 240º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDBDE5 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 189 229 -
CMYK 0.17 0.17 0 0.10
HSL 240º 0.43% 0.82% -
HSV(B) 240º 0.17% 0.9% -
XYZ 53.33 52.87 81.52 -
YUV 193.56 148 124.75 -
System Red Green Blue C M Y K H S L
Decimal 189 189 229 0.17 0.17 0 0.10 240 0.43 0.82
Hex BD BD E5 11 11 0 A F0 2B 52
Octal 275 275 345 21 21 0 12 360 53 122
Binary 10111101 10111101 11100101 10001 10001 0 1010 11110000 101011 1010010

Color Harmonies of #BDBDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBDE5

Black with #BDBDE5

Text Example


Text Example

White with #BDBDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBDE5; }

 p { color: rgb(189,189,229); }

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

background-color css

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

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

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

border-color css

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

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

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