Html Css Color HEX #BDBDE0 Lavender Grey

📋 copy color: '#BDBDE0'

red 189 ◦ green 189 ◦ blue 224

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

Shades of Lavender Grey #BDBDE0

Tints of Lavender Grey #BDBDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.21%

R = 31.4%
G = 31.4%
B = 37.21%

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

#BDBDE0 (or 0xBDBDE0) is known color: Lavender Grey. HEX triplet: BD, BD and E0. RGB value is (189,189,224). Sum of RGB (Red+Green+Blue) = 189+189+224=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDBDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDE0 is #42421F. Grayscale: #C0C0C0. Windows color (decimal): -4342304 or 14728637. OLE color: 14728637.

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

Color convert

RGB 189 189 224 -
CMYK 0.16 0.16 0 0.12
HSL 240º 0.36% 0.81% -
HSV(B) 240º 0.16% 0.88% -
XYZ 52.64 52.6 77.9 -
YUV 192.99 145.5 125.15 -
System Red Green Blue C M Y K H S L
Decimal 189 189 224 0.16 0.16 0 0.12 240 0.36 0.81
Hex BD BD E0 10 10 0 C F0 24 51
Octal 275 275 340 20 20 0 14 360 44 121
Binary 10111101 10111101 11100000 10000 10000 0 1100 11110000 100100 1010001

Color Harmonies of #BDBDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBDE0

Black with #BDBDE0

Text Example


Text Example

White with #BDBDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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