Html Css Color HEX #BBA0B8 London Hue

📋 copy color: '#BBA0B8'

red 187 ◦ green 160 ◦ blue 184

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

Shades of London Hue #BBA0B8

Tints of London Hue #BBA0B8

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.13%

 BLUE value IS 184 (72.27% from 255) = 34.65%

R = 35.22%
G = 30.13%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BBA0B8 (or 0xBBA0B8) is known color: London Hue. HEX triplet: BB, A0 and B8. RGB value is (187,160,184). Sum of RGB (Red+Green+Blue) = 187+160+184=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA0B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0B8 is #445F47. Grayscale: #AAAAAA. Windows color (decimal): -4480840 or 12099771. OLE color: 12099771.

HSL color Cylindrical-coordinate representation of color #BBA0B8: hue angle of 306.67º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBA0B8 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 160 184 -
CMYK 0 0.14 0.02 0.27
HSL 306.67º 0.17% 0.68% -
HSV(B) 306.67º 0.14% 0.73% -
XYZ 41.72 39.17 50.71 -
YUV 170.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 187 160 184 0 0.14 0.02 0.27 306.67 0.17 0.68
Hex BB A0 B8 0 E 2 1B 133 11 44
Octal 273 240 270 0 16 2 33 463 21 104
Binary 10111011 10100000 10111000 0 1110 10 11011 100110011 10001 1000100

Color Harmonies of #BBA0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0B8

Black with #BBA0B8

Text Example


Text Example

White with #BBA0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0B8; }

 p { color: rgb(187,160,184); }

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

background-color css

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

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

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

border-color css

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

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

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