Html Css Color HEX #BDBFE0 Lavender Grey

📋 copy color: '#BDBFE0'

red 189 ◦ green 191 ◦ blue 224

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

Shades of Lavender Grey #BDBFE0

Tints of Lavender Grey #BDBFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.09%

R = 31.29%
G = 31.62%
B = 37.09%

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

#BDBFE0 (or 0xBDBFE0) is known color: Lavender Grey. HEX triplet: BD, BF and E0. RGB value is (189,191,224). Sum of RGB (Red+Green+Blue) = 189+191+224=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDBFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFE0 is #42401F. Grayscale: #C2C2C2. Windows color (decimal): -4341792 or 14729149. OLE color: 14729149.

HSL color Cylindrical-coordinate representation of color #BDBFE0: hue angle of 236.57º degrees, saturation: 0.36, 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 #BDBFE0 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 191 224 -
CMYK 0.16 0.15 0 0.12
HSL 236.57º 0.36% 0.81% -
HSV(B) 236.57º 0.16% 0.88% -
XYZ 53.07 53.46 78.04 -
YUV 194.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 189 191 224 0.16 0.15 0 0.12 236.57 0.36 0.81
Hex BD BF E0 10 F 0 C ED 24 51
Octal 275 277 340 20 17 0 14 355 44 121
Binary 10111101 10111111 11100000 10000 1111 0 1100 11101101 100100 1010001

Color Harmonies of #BDBFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFE0

Black with #BDBFE0

Text Example


Text Example

White with #BDBFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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