Html Css Color HEX #BBBBDD Lavender Grey

📋 copy color: '#BBBBDD'

red 187 ◦ green 187 ◦ blue 221

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

Shades of Lavender Grey #BBBBDD

Tints of Lavender Grey #BBBBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.14%

R = 31.43%
G = 31.43%
B = 37.14%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBBBDD (or 0xBBBBDD) is known color: Lavender Grey. HEX triplet: BB, BB and DD. RGB value is (187,187,221). Sum of RGB (Red+Green+Blue) = 187+187+221=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBBBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBDD is #444422. Grayscale: #BEBEBE. Windows color (decimal): -4473891 or 14531515. OLE color: 14531515.

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

Color convert

RGB 187 187 221 -
CMYK 0.15 0.15 0 0.13
HSL 240º 0.33% 0.8% -
HSV(B) 240º 0.15% 0.87% -
XYZ 51.31 51.33 75.61 -
YUV 190.88 145 125.24 -
System Red Green Blue C M Y K H S L
Decimal 187 187 221 0.15 0.15 0 0.13 240 0.33 0.8
Hex BB BB DD F F 0 D F0 21 50
Octal 273 273 335 17 17 0 15 360 41 120
Binary 10111011 10111011 11011101 1111 1111 0 1101 11110000 100001 1010000

Color Harmonies of #BBBBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBBDD

Black with #BBBBDD

Text Example


Text Example

White with #BBBBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBBDD; }

 p { color: rgb(187,187,221); }

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

background-color css

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

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

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

border-color css

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

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

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