Html Css Color HEX #BDBBE1 Lavender Grey

📋 copy color: '#BDBBE1'

red 189 ◦ green 187 ◦ blue 225

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

Shades of Lavender Grey #BDBBE1

Tints of Lavender Grey #BDBBE1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.11%

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

R = 31.45%
G = 31.11%
B = 37.44%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDBBE1 (or 0xBDBBE1) is known color: Lavender Grey. HEX triplet: BD, BB and E1. RGB value is (189,187,225). Sum of RGB (Red+Green+Blue) = 189+187+225=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDBBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBE1 is #42441E. Grayscale: #BFBFBF. Windows color (decimal): -4342815 or 14793661. OLE color: 14793661.

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

Color convert

RGB 189 187 225 -
CMYK 0.16 0.17 0 0.12
HSL 243.16º 0.39% 0.81% -
HSV(B) 243.16º 0.17% 0.88% -
XYZ 52.35 51.8 78.47 -
YUV 191.93 146.66 125.91 -
System Red Green Blue C M Y K H S L
Decimal 189 187 225 0.16 0.17 0 0.12 243.16 0.39 0.81
Hex BD BB E1 10 11 0 C F3 27 51
Octal 275 273 341 20 21 0 14 363 47 121
Binary 10111101 10111011 11100001 10000 10001 0 1100 11110011 100111 1010001

Color Harmonies of #BDBBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBBE1

Black with #BDBBE1

Text Example


Text Example

White with #BDBBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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