Html Css Color HEX #BBBCDD Lavender Grey

📋 copy color: '#BBBCDD'

red 187 ◦ green 188 ◦ blue 221

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

Shades of Lavender Grey #BBBCDD

Tints of Lavender Grey #BBBCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.08%

R = 31.38%
G = 31.54%
B = 37.08%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBBCDD (or 0xBBBCDD) is known color: Lavender Grey. HEX triplet: BB, BC and DD. RGB value is (187,188,221). Sum of RGB (Red+Green+Blue) = 187+188+221=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBBCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCDD is #444322. Grayscale: #BFBFBF. Windows color (decimal): -4473635 or 14531771. OLE color: 14531771.

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

Color convert

RGB 187 188 221 -
CMYK 0.15 0.15 0 0.13
HSL 238.24º 0.33% 0.8% -
HSV(B) 238.24º 0.15% 0.87% -
XYZ 51.53 51.75 75.68 -
YUV 191.46 144.67 124.82 -
System Red Green Blue C M Y K H S L
Decimal 187 188 221 0.15 0.15 0 0.13 238.24 0.33 0.8
Hex BB BC DD F F 0 D EE 21 50
Octal 273 274 335 17 17 0 15 356 41 120
Binary 10111011 10111100 11011101 1111 1111 0 1101 11101110 100001 1010000

Color Harmonies of #BBBCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBCDD

Black with #BBBCDD

Text Example


Text Example

White with #BBBCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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