Html Css Color HEX #BBB9D5 Lavender Grey

📋 copy color: '#BBB9D5'

red 187 ◦ green 185 ◦ blue 213

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

Shades of Lavender Grey #BBB9D5

Tints of Lavender Grey #BBB9D5

RGB

 RED value IS 187 (73.44% from 255) = 31.97%

 GREEN value IS 185 (72.66% from 255) = 31.62%

 BLUE value IS 213 (83.59% from 255) = 36.41%

R = 31.97%
G = 31.62%
B = 36.41%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBB9D5 (or 0xBBB9D5) is known color: Lavender Grey. HEX triplet: BB, B9 and D5. RGB value is (187,185,213). Sum of RGB (Red+Green+Blue) = 187+185+213=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBB9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9D5 is #44462A. Grayscale: #BCBCBC. Windows color (decimal): -4474411 or 14006715. OLE color: 14006715.

HSL color Cylindrical-coordinate representation of color #BBB9D5: hue angle of 244.29º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBB9D5 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 185 213 -
CMYK 0.12 0.13 0 0.16
HSL 244.29º 0.25% 0.78% -
HSV(B) 244.29º 0.13% 0.84% -
XYZ 49.85 50.07 69.99 -
YUV 188.79 141.66 126.72 -
System Red Green Blue C M Y K H S L
Decimal 187 185 213 0.12 0.13 0 0.16 244.29 0.25 0.78
Hex BB B9 D5 C D 0 10 F4 19 4E
Octal 273 271 325 14 15 0 20 364 31 116
Binary 10111011 10111001 11010101 1100 1101 0 10000 11110100 11001 1001110

Color Harmonies of #BBB9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB9D5

Black with #BBB9D5

Text Example


Text Example

White with #BBB9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB9D5; }

 p { color: rgb(187,185,213); }

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

background-color css

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

 a { background-color: rgb(187,185,213); }

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

border-color css

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

 span { border-color: rgb(187,185,213); }

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