Html Css Color HEX #BDBFE8 Lavender Grey

📋 copy color: '#BDBFE8'

red 189 ◦ green 191 ◦ blue 232

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

Shades of Lavender Grey #BDBFE8

Tints of Lavender Grey #BDBFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.91%

R = 30.88%
G = 31.21%
B = 37.91%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDBFE8 (or 0xBDBFE8) is known color: Lavender Grey. HEX triplet: BD, BF and E8. RGB value is (189,191,232). Sum of RGB (Red+Green+Blue) = 189+191+232=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDBFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBFE8 is #424017. Grayscale: #C2C2C2. Windows color (decimal): -4341784 or 15253437. OLE color: 15253437.

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

Color convert

RGB 189 191 232 -
CMYK 0.19 0.18 0 0.09
HSL 237.21º 0.48% 0.83% -
HSV(B) 237.21º 0.19% 0.91% -
XYZ 54.18 53.91 83.89 -
YUV 195.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 189 191 232 0.19 0.18 0 0.09 237.21 0.48 0.83
Hex BD BF E8 13 12 0 9 ED 30 53
Octal 275 277 350 23 22 0 11 355 60 123
Binary 10111101 10111111 11101000 10011 10010 0 1001 11101101 110000 1010011

Color Harmonies of #BDBFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFE8

Black with #BDBFE8

Text Example


Text Example

White with #BDBFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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