Html Css Color HEX #BDBEDC Lavender Grey

📋 copy color: '#BDBEDC'

red 189 ◦ green 190 ◦ blue 220

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

Shades of Lavender Grey #BDBEDC

Tints of Lavender Grey #BDBEDC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.72%

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

R = 31.55%
G = 31.72%
B = 36.73%

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

#BDBEDC (or 0xBDBEDC) is known color: Lavender Grey. HEX triplet: BD, BE and DC. RGB value is (189,190,220). Sum of RGB (Red+Green+Blue) = 189+190+220=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDBEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEDC is #424123. Grayscale: #C0C0C0. Windows color (decimal): -4342052 or 14466749. OLE color: 14466749.

HSL color Cylindrical-coordinate representation of color #BDBEDC: hue angle of 238.06º 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 #BDBEDC is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 190 220 -
CMYK 0.14 0.14 0 0.14
HSL 238.06º 0.31% 0.8% -
HSV(B) 238.06º 0.14% 0.86% -
XYZ 52.32 52.81 75.15 -
YUV 193.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 189 190 220 0.14 0.14 0 0.14 238.06 0.31 0.8
Hex BD BE DC E E 0 E EE 1F 50
Octal 275 276 334 16 16 0 16 356 37 120
Binary 10111101 10111110 11011100 1110 1110 0 1110 11101110 11111 1010000

Color Harmonies of #BDBEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBEDC

Black with #BDBEDC

Text Example


Text Example

White with #BDBEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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