Html Css Color HEX #BDBFE3 Lavender Grey

📋 copy color: '#BDBFE3'

red 189 ◦ green 191 ◦ blue 227

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

Shades of Lavender Grey #BDBFE3

Tints of Lavender Grey #BDBFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.4%

R = 31.14%
G = 31.47%
B = 37.4%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BDBFE3 (or 0xBDBFE3) is known color: Lavender Grey. HEX triplet: BD, BF and E3. RGB value is (189,191,227). Sum of RGB (Red+Green+Blue) = 189+191+227=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 227 - color contains mainly: blue. Hex color #BDBFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFE3 is #42401C. Grayscale: #C2C2C2. Windows color (decimal): -4341789 or 14925757. OLE color: 14925757.

HSL color Cylindrical-coordinate representation of color #BDBFE3: hue angle of 236.84º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDBFE3 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 191 227 -
CMYK 0.17 0.16 0 0.11
HSL 236.84º 0.4% 0.82% -
HSV(B) 236.84º 0.17% 0.89% -
XYZ 53.48 53.63 80.21 -
YUV 194.51 146.34 124.07 -
System Red Green Blue C M Y K H S L
Decimal 189 191 227 0.17 0.16 0 0.11 236.84 0.4 0.82
Hex BD BF E3 11 10 0 B ED 28 52
Octal 275 277 343 21 20 0 13 355 50 122
Binary 10111101 10111111 11100011 10001 10000 0 1011 11101101 101000 1010010

Color Harmonies of #BDBFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFE3

Black with #BDBFE3

Text Example


Text Example

White with #BDBFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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