Html Css Color HEX #BDBFE7 Lavender Grey

📋 copy color: '#BDBFE7'

red 189 ◦ green 191 ◦ blue 231

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

Shades of Lavender Grey #BDBFE7

Tints of Lavender Grey #BDBFE7

RGB

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

 GREEN value IS 191 (75% from 255) = 31.26%

 BLUE value IS 231 (90.63% from 255) = 37.81%

R = 30.93%
G = 31.26%
B = 37.81%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDBFE7 (or 0xBDBFE7) is known color: Lavender Grey. HEX triplet: BD, BF and E7. RGB value is (189,191,231). Sum of RGB (Red+Green+Blue) = 189+191+231=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDBFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBFE7 is #424018. Grayscale: #C2C2C2. Windows color (decimal): -4341785 or 15187901. OLE color: 15187901.

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

Color convert

RGB 189 191 231 -
CMYK 0.18 0.17 0 0.09
HSL 237.14º 0.47% 0.82% -
HSV(B) 237.14º 0.18% 0.91% -
XYZ 54.04 53.85 83.15 -
YUV 194.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 189 191 231 0.18 0.17 0 0.09 237.14 0.47 0.82
Hex BD BF E7 12 11 0 9 ED 2F 52
Octal 275 277 347 22 21 0 11 355 57 122
Binary 10111101 10111111 11100111 10010 10001 0 1001 11101101 101111 1010010

Color Harmonies of #BDBFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFE7

Black with #BDBFE7

Text Example


Text Example

White with #BDBFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFE7; }

 p { color: rgb(189,191,231); }

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

background-color css

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

 a { background-color: rgb(189,191,231); }

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

border-color css

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

 span { border-color: rgb(189,191,231); }

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