Html Css Color HEX #BBBADF Lavender Grey

📋 copy color: '#BBBADF'

red 187 ◦ green 186 ◦ blue 223

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

Shades of Lavender Grey #BBBADF

Tints of Lavender Grey #BBBADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.42%

R = 31.38%
G = 31.21%
B = 37.42%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBBADF (or 0xBBBADF) is known color: Lavender Grey. HEX triplet: BB, BA and DF. RGB value is (187,186,223). Sum of RGB (Red+Green+Blue) = 187+186+223=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBBADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBADF is #444520. Grayscale: #BEBEBE. Windows color (decimal): -4474145 or 14662331. OLE color: 14662331.

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

Color convert

RGB 187 186 223 -
CMYK 0.16 0.17 0 0.13
HSL 241.62º 0.37% 0.8% -
HSV(B) 241.62º 0.17% 0.87% -
XYZ 51.37 51.01 76.95 -
YUV 190.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 187 186 223 0.16 0.17 0 0.13 241.62 0.37 0.8
Hex BB BA DF 10 11 0 D F2 25 50
Octal 273 272 337 20 21 0 15 362 45 120
Binary 10111011 10111010 11011111 10000 10001 0 1101 11110010 100101 1010000

Color Harmonies of #BBBADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBADF

Black with #BBBADF

Text Example


Text Example

White with #BBBADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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