Html Css Color HEX #BDB7E9 Lavender Grey

📋 copy color: '#BDB7E9'

red 189 ◦ green 183 ◦ blue 233

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

Shades of Lavender Grey #BDB7E9

Tints of Lavender Grey #BDB7E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.51%

R = 31.24%
G = 30.25%
B = 38.51%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDB7E9 (or 0xBDB7E9) is known color: Lavender Grey. HEX triplet: BD, B7 and E9. RGB value is (189,183,233). Sum of RGB (Red+Green+Blue) = 189+183+233=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 233 (91.41% from 255 or 38.51% from 605); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDB7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7E9 is #424816. Grayscale: #BEBEBE. Windows color (decimal): -4343831 or 15316925. OLE color: 15316925.

HSL color Cylindrical-coordinate representation of color #BDB7E9: hue angle of 247.2º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDB7E9 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 183 233 -
CMYK 0.19 0.21 0 0.09
HSL 247.2º 0.53% 0.82% -
HSV(B) 247.2º 0.21% 0.91% -
XYZ 52.63 50.57 84.08 -
YUV 190.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 189 183 233 0.19 0.21 0 0.09 247.2 0.53 0.82
Hex BD B7 E9 13 15 0 9 F7 35 52
Octal 275 267 351 23 25 0 11 367 65 122
Binary 10111101 10110111 11101001 10011 10101 0 1001 11110111 110101 1010010

Color Harmonies of #BDB7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB7E9

Black with #BDB7E9

Text Example


Text Example

White with #BDB7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB7E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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