Html Css Color HEX #BDB8EF Lavender Grey

📋 copy color: '#BDB8EF'

red 189 ◦ green 184 ◦ blue 239

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

Shades of Lavender Grey #BDB8EF

Tints of Lavender Grey #BDB8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.05%

R = 30.88%
G = 30.07%
B = 39.05%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDB8EF (or 0xBDB8EF) is known color: Lavender Grey. HEX triplet: BD, B8 and EF. RGB value is (189,184,239). Sum of RGB (Red+Green+Blue) = 189+184+239=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 184 (72.27% from 255 or 30.07% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDB8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB8EF is #424710. Grayscale: #BFBFBF. Windows color (decimal): -4343569 or 15710397. OLE color: 15710397.

HSL color Cylindrical-coordinate representation of color #BDB8EF: hue angle of 245.45º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB8EF is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 184 239 -
CMYK 0.21 0.23 0 0.06
HSL 245.45º 0.63% 0.83% -
HSV(B) 245.45º 0.23% 0.94% -
XYZ 53.71 51.33 88.74 -
YUV 191.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 189 184 239 0.21 0.23 0 0.06 245.45 0.63 0.83
Hex BD B8 EF 15 17 0 6 F5 3F 53
Octal 275 270 357 25 27 0 6 365 77 123
Binary 10111101 10111000 11101111 10101 10111 0 110 11110101 111111 1010011

Color Harmonies of #BDB8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB8EF

Black with #BDB8EF

Text Example


Text Example

White with #BDB8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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