Html Css Color HEX #BDB7E6 Lavender Grey

📋 copy color: '#BDB7E6'

red 189 ◦ green 183 ◦ blue 230

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

Shades of Lavender Grey #BDB7E6

Tints of Lavender Grey #BDB7E6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.4%

 BLUE value IS 230 (90.23% from 255) = 38.21%

R = 31.4%
G = 30.4%
B = 38.21%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDB7E6 (or 0xBDB7E6) is known color: Lavender Grey. HEX triplet: BD, B7 and E6. RGB value is (189,183,230). Sum of RGB (Red+Green+Blue) = 189+183+230=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDB7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7E6 is #424819. Grayscale: #BDBDBD. Windows color (decimal): -4343834 or 15120317. OLE color: 15120317.

HSL color Cylindrical-coordinate representation of color #BDB7E6: hue angle of 247.66º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDB7E6 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 183 230 -
CMYK 0.18 0.20 0 0.10
HSL 247.66º 0.48% 0.81% -
HSV(B) 247.66º 0.2% 0.9% -
XYZ 52.2 50.4 81.84 -
YUV 190.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 189 183 230 0.18 0.20 0 0.10 247.66 0.48 0.81
Hex BD B7 E6 12 14 0 A F8 30 51
Octal 275 267 346 22 24 0 12 370 60 121
Binary 10111101 10110111 11100110 10010 10100 0 1010 11111000 110000 1010001

Color Harmonies of #BDB7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB7E6

Black with #BDB7E6

Text Example


Text Example

White with #BDB7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB7E6; }

 p { color: rgb(189,183,230); }

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

background-color css

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

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

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

border-color css

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

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

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