Html Css Color HEX #BBBAD1 Lavender Grey

📋 copy color: '#BBBAD1'

red 187 ◦ green 186 ◦ blue 209

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

Shades of Lavender Grey #BBBAD1

Tints of Lavender Grey #BBBAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.91%

R = 32.13%
G = 31.96%
B = 35.91%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BBBAD1 (or 0xBBBAD1) is known color: Lavender Grey. HEX triplet: BB, BA and D1. RGB value is (187,186,209). Sum of RGB (Red+Green+Blue) = 187+186+209=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBBAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAD1 is #44452E. Grayscale: #BCBCBC. Windows color (decimal): -4474159 or 13744827. OLE color: 13744827.

HSL color Cylindrical-coordinate representation of color #BBBAD1: hue angle of 242.61º degrees, saturation: 0.2, 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 #BBBAD1 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 186 209 -
CMYK 0.11 0.11 0 0.18
HSL 242.61º 0.2% 0.77% -
HSV(B) 242.61º 0.11% 0.82% -
XYZ 49.56 50.29 67.42 -
YUV 188.92 139.33 126.63 -
System Red Green Blue C M Y K H S L
Decimal 187 186 209 0.11 0.11 0 0.18 242.61 0.2 0.77
Hex BB BA D1 B B 0 12 F3 14 4D
Octal 273 272 321 13 13 0 22 363 24 115
Binary 10111011 10111010 11010001 1011 1011 0 10010 11110011 10100 1001101

Color Harmonies of #BBBAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBAD1

Black with #BBBAD1

Text Example


Text Example

White with #BBBAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBAD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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