Html Css Color HEX #BDBDDC Lavender Grey

📋 copy color: '#BDBDDC'

red 189 ◦ green 189 ◦ blue 220

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

Shades of Lavender Grey #BDBDDC

Tints of Lavender Grey #BDBDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.79%

R = 31.61%
G = 31.61%
B = 36.79%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDBDDC (or 0xBDBDDC) is known color: Lavender Grey. HEX triplet: BD, BD and DC. RGB value is (189,189,220). Sum of RGB (Red+Green+Blue) = 189+189+220=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDBDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDDC is #424223. Grayscale: #C0C0C0. Windows color (decimal): -4342308 or 14466493. OLE color: 14466493.

HSL color Cylindrical-coordinate representation of color #BDBDDC: hue angle of 240º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDBDDC is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 189 220 -
CMYK 0.14 0.14 0 0.14
HSL 240º 0.31% 0.8% -
HSV(B) 240º 0.14% 0.86% -
XYZ 52.1 52.38 75.07 -
YUV 192.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 189 189 220 0.14 0.14 0 0.14 240 0.31 0.8
Hex BD BD DC E E 0 E F0 1F 50
Octal 275 275 334 16 16 0 16 360 37 120
Binary 10111101 10111101 11011100 1110 1110 0 1110 11110000 11111 1010000

Color Harmonies of #BDBDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBDDC

Black with #BDBDDC

Text Example


Text Example

White with #BDBDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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