Html Css Color HEX #BDBDE9 Lavender Grey

📋 copy color: '#BDBDE9'

red 189 ◦ green 189 ◦ blue 233

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

Shades of Lavender Grey #BDBDE9

Tints of Lavender Grey #BDBDE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.13%

R = 30.93%
G = 30.93%
B = 38.13%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDBDE9 (or 0xBDBDE9) is known color: Lavender Grey. HEX triplet: BD, BD and E9. RGB value is (189,189,233). Sum of RGB (Red+Green+Blue) = 189+189+233=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDBDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDE9 is #424216. Grayscale: #C1C1C1. Windows color (decimal): -4342295 or 15318461. OLE color: 15318461.

HSL color Cylindrical-coordinate representation of color #BDBDE9: hue angle of 240º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDBDE9 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 189 233 -
CMYK 0.19 0.19 0 0.09
HSL 240º 0.5% 0.83% -
HSV(B) 240º 0.19% 0.91% -
XYZ 53.89 53.1 84.5 -
YUV 194.02 150 124.42 -
System Red Green Blue C M Y K H S L
Decimal 189 189 233 0.19 0.19 0 0.09 240 0.5 0.83
Hex BD BD E9 13 13 0 9 F0 32 53
Octal 275 275 351 23 23 0 11 360 62 123
Binary 10111101 10111101 11101001 10011 10011 0 1001 11110000 110010 1010011

Color Harmonies of #BDBDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBDE9

Black with #BDBDE9

Text Example


Text Example

White with #BDBDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBDE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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