Html Css Color HEX #BBBDDB Lavender Grey

📋 copy color: '#BBBDDB'

red 187 ◦ green 189 ◦ blue 219

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

Shades of Lavender Grey #BBBDDB

Tints of Lavender Grey #BBBDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.76%

 BLUE value IS 219 (85.94% from 255) = 36.81%

R = 31.43%
G = 31.76%
B = 36.81%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBBDDB (or 0xBBBDDB) is known color: Lavender Grey. HEX triplet: BB, BD and DB. RGB value is (187,189,219). Sum of RGB (Red+Green+Blue) = 187+189+219=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBBDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDDB is #444224. Grayscale: #BFBFBF. Windows color (decimal): -4473381 or 14400955. OLE color: 14400955.

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

Color convert

RGB 187 189 219 -
CMYK 0.15 0.14 0 0.14
HSL 236.25º 0.31% 0.8% -
HSV(B) 236.25º 0.15% 0.86% -
XYZ 51.48 52.07 74.36 -
YUV 191.82 143.34 124.56 -
System Red Green Blue C M Y K H S L
Decimal 187 189 219 0.15 0.14 0 0.14 236.25 0.31 0.8
Hex BB BD DB F E 0 E EC 1F 50
Octal 273 275 333 17 16 0 16 354 37 120
Binary 10111011 10111101 11011011 1111 1110 0 1110 11101100 11111 1010000

Color Harmonies of #BBBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDDB

Black with #BBBDDB

Text Example


Text Example

White with #BBBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDDB; }

 p { color: rgb(187,189,219); }

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

background-color css

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

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

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

border-color css

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

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

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