Html Css Color HEX #BDBFE1 Lavender Grey

📋 copy color: '#BDBFE1'

red 189 ◦ green 191 ◦ blue 225

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

Shades of Lavender Grey #BDBFE1

Tints of Lavender Grey #BDBFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.19%

R = 31.24%
G = 31.57%
B = 37.19%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDBFE1 (or 0xBDBFE1) is known color: Lavender Grey. HEX triplet: BD, BF and E1. RGB value is (189,191,225). Sum of RGB (Red+Green+Blue) = 189+191+225=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDBFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFE1 is #42401E. Grayscale: #C2C2C2. Windows color (decimal): -4341791 or 14794685. OLE color: 14794685.

HSL color Cylindrical-coordinate representation of color #BDBFE1: hue angle of 236.67º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDBFE1 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 191 225 -
CMYK 0.16 0.15 0 0.12
HSL 236.67º 0.38% 0.81% -
HSV(B) 236.67º 0.16% 0.88% -
XYZ 53.21 53.52 78.76 -
YUV 194.28 145.34 124.24 -
System Red Green Blue C M Y K H S L
Decimal 189 191 225 0.16 0.15 0 0.12 236.67 0.38 0.81
Hex BD BF E1 10 F 0 C ED 26 51
Octal 275 277 341 20 17 0 14 355 46 121
Binary 10111101 10111111 11100001 10000 1111 0 1100 11101101 100110 1010001

Color Harmonies of #BDBFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFE1

Black with #BDBFE1

Text Example


Text Example

White with #BDBFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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