Html Css Color HEX #BDB8EC Lavender Grey

📋 copy color: '#BDB8EC'

red 189 ◦ green 184 ◦ blue 236

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

Shades of Lavender Grey #BDB8EC

Tints of Lavender Grey #BDB8EC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.21%

 BLUE value IS 236 (92.58% from 255) = 38.75%

R = 31.03%
G = 30.21%
B = 38.75%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDB8EC (or 0xBDB8EC) is known color: Lavender Grey. HEX triplet: BD, B8 and EC. RGB value is (189,184,236). Sum of RGB (Red+Green+Blue) = 189+184+236=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDB8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB8EC is #424713. Grayscale: #BFBFBF. Windows color (decimal): -4343572 or 15513789. OLE color: 15513789.

HSL color Cylindrical-coordinate representation of color #BDB8EC: hue angle of 245.77º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDB8EC is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 184 236 -
CMYK 0.20 0.22 0 0.07
HSL 245.77º 0.58% 0.82% -
HSV(B) 245.77º 0.22% 0.93% -
XYZ 53.27 51.16 86.42 -
YUV 191.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 189 184 236 0.20 0.22 0 0.07 245.77 0.58 0.82
Hex BD B8 EC 14 16 0 7 F6 3A 52
Octal 275 270 354 24 26 0 7 366 72 122
Binary 10111101 10111000 11101100 10100 10110 0 111 11110110 111010 1010010

Color Harmonies of #BDB8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB8EC

Black with #BDB8EC

Text Example


Text Example

White with #BDB8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB8EC; }

 p { color: rgb(189,184,236); }

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

background-color css

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

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

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

border-color css

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

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

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