Html Css Color HEX #BBBAD0 Lavender Grey

📋 copy color: '#BBBAD0'

red 187 ◦ green 186 ◦ blue 208

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

Shades of Lavender Grey #BBBAD0

Tints of Lavender Grey #BBBAD0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.01%

 BLUE value IS 208 (81.64% from 255) = 35.8%

R = 32.19%
G = 32.01%
B = 35.8%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BBBAD0 (or 0xBBBAD0) is known color: Lavender Grey. HEX triplet: BB, BA and D0. RGB value is (187,186,208). Sum of RGB (Red+Green+Blue) = 187+186+208=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBBAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAD0 is #44452F. Grayscale: #BCBCBC. Windows color (decimal): -4474160 or 13679291. OLE color: 13679291.

HSL color Cylindrical-coordinate representation of color #BBBAD0: hue angle of 242.73º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBBAD0 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 186 208 -
CMYK 0.10 0.11 0 0.18
HSL 242.73º 0.19% 0.77% -
HSV(B) 242.73º 0.11% 0.82% -
XYZ 49.44 50.24 66.77 -
YUV 188.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 187 186 208 0.10 0.11 0 0.18 242.73 0.19 0.77
Hex BB BA D0 A B 0 12 F3 13 4D
Octal 273 272 320 12 13 0 22 363 23 115
Binary 10111011 10111010 11010000 1010 1011 0 10010 11110011 10011 1001101

Color Harmonies of #BBBAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBAD0

Black with #BBBAD0

Text Example


Text Example

White with #BBBAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBAD0; }

 p { color: rgb(187,186,208); }

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

background-color css

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

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

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

border-color css

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

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

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