Html Css Color HEX #BDBBDF Lavender Grey

📋 copy color: '#BDBBDF'

red 189 ◦ green 187 ◦ blue 223

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

Shades of Lavender Grey #BDBBDF

Tints of Lavender Grey #BDBBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.23%

R = 31.55%
G = 31.22%
B = 37.23%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDBBDF (or 0xBDBBDF) is known color: Lavender Grey. HEX triplet: BD, BB and DF. RGB value is (189,187,223). Sum of RGB (Red+Green+Blue) = 189+187+223=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDBBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBDF is #424420. Grayscale: #BFBFBF. Windows color (decimal): -4342817 or 14662589. OLE color: 14662589.

HSL color Cylindrical-coordinate representation of color #BDBBDF: hue angle of 243.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDBBDF is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 187 223 -
CMYK 0.15 0.16 0 0.13
HSL 243.33º 0.36% 0.8% -
HSV(B) 243.33º 0.16% 0.87% -
XYZ 52.08 51.69 77.04 -
YUV 191.7 145.66 126.07 -
System Red Green Blue C M Y K H S L
Decimal 189 187 223 0.15 0.16 0 0.13 243.33 0.36 0.8
Hex BD BB DF F 10 0 D F3 24 50
Octal 275 273 337 17 20 0 15 363 44 120
Binary 10111101 10111011 11011111 1111 10000 0 1101 11110011 100100 1010000

Color Harmonies of #BDBBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBBDF

Black with #BDBBDF

Text Example


Text Example

White with #BDBBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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