Html Css Color HEX #BBBCD5 Lavender Grey

📋 copy color: '#BBBCD5'

red 187 ◦ green 188 ◦ blue 213

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

Shades of Lavender Grey #BBBCD5

Tints of Lavender Grey #BBBCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.22%

R = 31.8%
G = 31.97%
B = 36.22%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBBCD5 (or 0xBBBCD5) is known color: Lavender Grey. HEX triplet: BB, BC and D5. RGB value is (187,188,213). Sum of RGB (Red+Green+Blue) = 187+188+213=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBBCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCD5 is #44432A. Grayscale: #BEBEBE. Windows color (decimal): -4473643 or 14007483. OLE color: 14007483.

HSL color Cylindrical-coordinate representation of color #BBBCD5: hue angle of 237.69º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBBCD5 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 188 213 -
CMYK 0.12 0.12 0 0.16
HSL 237.69º 0.24% 0.78% -
HSV(B) 237.69º 0.12% 0.84% -
XYZ 50.49 51.34 70.2 -
YUV 190.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 187 188 213 0.12 0.12 0 0.16 237.69 0.24 0.78
Hex BB BC D5 C C 0 10 EE 18 4E
Octal 273 274 325 14 14 0 20 356 30 116
Binary 10111011 10111100 11010101 1100 1100 0 10000 11101110 11000 1001110

Color Harmonies of #BBBCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBCD5

Black with #BBBCD5

Text Example


Text Example

White with #BBBCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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