Html Css Color HEX #BBBCDB Lavender Grey

📋 copy color: '#BBBCDB'

red 187 ◦ green 188 ◦ blue 219

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

Shades of Lavender Grey #BBBCDB

Tints of Lavender Grey #BBBCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.65%

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

R = 31.48%
G = 31.65%
B = 36.87%

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

#BBBCDB (or 0xBBBCDB) is known color: Lavender Grey. HEX triplet: BB, BC and DB. RGB value is (187,188,219). Sum of RGB (Red+Green+Blue) = 187+188+219=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBBCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCDB is #444324. Grayscale: #BFBFBF. Windows color (decimal): -4473637 or 14400699. OLE color: 14400699.

HSL color Cylindrical-coordinate representation of color #BBBCDB: hue angle of 238.12º 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 #BBBCDB is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 188 219 -
CMYK 0.15 0.14 0 0.14
HSL 238.13º 0.31% 0.8% -
HSV(B) 238.13º 0.15% 0.86% -
XYZ 51.26 51.65 74.28 -
YUV 191.24 143.67 124.98 -
System Red Green Blue C M Y K H S L
Decimal 187 188 219 0.15 0.14 0 0.14 238.13 0.31 0.8
Hex BB BC DB F E 0 E EE 1F 50
Octal 273 274 333 17 16 0 16 356 37 120
Binary 10111011 10111100 11011011 1111 1110 0 1110 11101110 11111 1010000

Color Harmonies of #BBBCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBCDB

Black with #BBBCDB

Text Example


Text Example

White with #BBBCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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