Html Css Color HEX #BDBDEB Lavender Grey

📋 copy color: '#BDBDEB'

red 189 ◦ green 189 ◦ blue 235

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

Shades of Lavender Grey #BDBDEB

Tints of Lavender Grey #BDBDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.34%

R = 30.83%
G = 30.83%
B = 38.34%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDBDEB (or 0xBDBDEB) is known color: Lavender Grey. HEX triplet: BD, BD and EB. RGB value is (189,189,235). Sum of RGB (Red+Green+Blue) = 189+189+235=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDBDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDEB is #424214. Grayscale: #C2C2C2. Windows color (decimal): -4342293 or 15449533. OLE color: 15449533.

HSL color Cylindrical-coordinate representation of color #BDBDEB: hue angle of 240º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDBDEB is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 189 235 -
CMYK 0.20 0.20 0 0.08
HSL 240º 0.53% 0.83% -
HSV(B) 240º 0.2% 0.92% -
XYZ 54.18 53.21 86.01 -
YUV 194.24 151 124.26 -
System Red Green Blue C M Y K H S L
Decimal 189 189 235 0.20 0.20 0 0.08 240 0.53 0.83
Hex BD BD EB 14 14 0 8 F0 35 53
Octal 275 275 353 24 24 0 10 360 65 123
Binary 10111101 10111101 11101011 10100 10100 0 1000 11110000 110101 1010011

Color Harmonies of #BDBDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBDEB

Black with #BDBDEB

Text Example


Text Example

White with #BDBDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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