Html Css Color HEX #BB8DAE London Hue

📋 copy color: '#BB8DAE'

red 187 ◦ green 141 ◦ blue 174

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

Shades of London Hue #BB8DAE

Tints of London Hue #BB8DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.09%

 BLUE value IS 174 (68.36% from 255) = 34.66%

R = 37.25%
G = 28.09%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB8DAE (or 0xBB8DAE) is known color: London Hue. HEX triplet: BB, 8D and AE. RGB value is (187,141,174). Sum of RGB (Red+Green+Blue) = 187+141+174=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8DAE is #447251. Grayscale: #9E9E9E. Windows color (decimal): -4485714 or 11439547. OLE color: 11439547.

HSL color Cylindrical-coordinate representation of color #BB8DAE: hue angle of 316.96º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BB8DAE is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 141 174 -
CMYK 0 0.25 0.07 0.27
HSL 316.96º 0.25% 0.64% -
HSV(B) 316.96º 0.25% 0.73% -
XYZ 37.66 32.67 44.37 -
YUV 158.52 136.74 148.32 -
System Red Green Blue C M Y K H S L
Decimal 187 141 174 0 0.25 0.07 0.27 316.96 0.25 0.64
Hex BB 8D AE 0 19 7 1B 13D 19 40
Octal 273 215 256 0 31 7 33 475 31 100
Binary 10111011 10001101 10101110 0 11001 111 11011 100111101 11001 1000000

Color Harmonies of #BB8DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8DAE

Black with #BB8DAE

Text Example


Text Example

White with #BB8DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8DAE; }

 p { color: rgb(187,141,174); }

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

background-color css

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

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

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

border-color css

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

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

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