Html Css Color HEX #BDB7EA Lavender Grey

📋 copy color: '#BDB7EA'

red 189 ◦ green 183 ◦ blue 234

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

Shades of Lavender Grey #BDB7EA

Tints of Lavender Grey #BDB7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.61%

R = 31.19%
G = 30.2%
B = 38.61%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDB7EA (or 0xBDB7EA) is known color: Lavender Grey. HEX triplet: BD, B7 and EA. RGB value is (189,183,234). Sum of RGB (Red+Green+Blue) = 189+183+234=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDB7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7EA is #424815. Grayscale: #BEBEBE. Windows color (decimal): -4343830 or 15382461. OLE color: 15382461.

HSL color Cylindrical-coordinate representation of color #BDB7EA: hue angle of 247.06º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDB7EA is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 183 234 -
CMYK 0.19 0.22 0 0.08
HSL 247.06º 0.55% 0.82% -
HSV(B) 247.06º 0.22% 0.92% -
XYZ 52.77 50.63 84.83 -
YUV 190.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 189 183 234 0.19 0.22 0 0.08 247.06 0.55 0.82
Hex BD B7 EA 13 16 0 8 F7 37 52
Octal 275 267 352 23 26 0 10 367 67 122
Binary 10111101 10110111 11101010 10011 10110 0 1000 11110111 110111 1010010

Color Harmonies of #BDB7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB7EA

Black with #BDB7EA

Text Example


Text Example

White with #BDB7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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