Html Css Color HEX #BBB9DA Lavender Grey

📋 copy color: '#BBB9DA'

red 187 ◦ green 185 ◦ blue 218

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

Shades of Lavender Grey #BBB9DA

Tints of Lavender Grey #BBB9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.95%

R = 31.69%
G = 31.36%
B = 36.95%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBB9DA (or 0xBBB9DA) is known color: Lavender Grey. HEX triplet: BB, B9 and DA. RGB value is (187,185,218). Sum of RGB (Red+Green+Blue) = 187+185+218=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBB9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9DA is #444625. Grayscale: #BDBDBD. Windows color (decimal): -4474406 or 14334395. OLE color: 14334395.

HSL color Cylindrical-coordinate representation of color #BBB9DA: hue angle of 243.64º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBB9DA is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 185 218 -
CMYK 0.14 0.15 0 0.15
HSL 243.64º 0.31% 0.79% -
HSV(B) 243.64º 0.15% 0.85% -
XYZ 50.5 50.32 73.38 -
YUV 189.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 187 185 218 0.14 0.15 0 0.15 243.64 0.31 0.79
Hex BB B9 DA E F 0 F F4 1F 4F
Octal 273 271 332 16 17 0 17 364 37 117
Binary 10111011 10111001 11011010 1110 1111 0 1111 11110100 11111 1001111

Color Harmonies of #BBB9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB9DA

Black with #BBB9DA

Text Example


Text Example

White with #BBB9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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