Html Css Color HEX #BBBBCD Lavender Grey

📋 copy color: '#BBBBCD'

red 187 ◦ green 187 ◦ blue 205

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

Shades of Lavender Grey #BBBBCD

Tints of Lavender Grey #BBBBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.3%

 BLUE value IS 205 (80.47% from 255) = 35.41%

R = 32.3%
G = 32.3%
B = 35.41%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBBBCD (or 0xBBBBCD) is known color: Lavender Grey. HEX triplet: BB, BB and CD. RGB value is (187,187,205). Sum of RGB (Red+Green+Blue) = 187+187+205=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBBBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBCD is #444432. Grayscale: #BCBCBC. Windows color (decimal): -4473907 or 13482939. OLE color: 13482939.

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

Color convert

RGB 187 187 205 -
CMYK 0.09 0.09 0 0.20
HSL 240º 0.15% 0.77% -
HSV(B) 240º 0.09% 0.8% -
XYZ 49.28 50.51 64.91 -
YUV 189.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 187 187 205 0.09 0.09 0 0.20 240 0.15 0.77
Hex BB BB CD 9 9 0 14 F0 F 4D
Octal 273 273 315 11 11 0 24 360 17 115
Binary 10111011 10111011 11001101 1001 1001 0 10100 11110000 1111 1001101

Color Harmonies of #BBBBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBBCD

Black with #BBBBCD

Text Example


Text Example

White with #BBBBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBBCD; }

 p { color: rgb(187,187,205); }

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

background-color css

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

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

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

border-color css

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

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

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