Html Css Color HEX #BB8CAE London Hue

📋 copy color: '#BB8CAE'

red 187 ◦ green 140 ◦ blue 174

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

Shades of London Hue #BB8CAE

Tints of London Hue #BB8CAE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.94%

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

R = 37.33%
G = 27.94%
B = 34.73%

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

#BB8CAE (or 0xBB8CAE) is known color: London Hue. HEX triplet: BB, 8C and AE. RGB value is (187,140,174). Sum of RGB (Red+Green+Blue) = 187+140+174=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8CAE is #447351. Grayscale: #9D9D9D. Windows color (decimal): -4485970 or 11439291. OLE color: 11439291.

HSL color Cylindrical-coordinate representation of color #BB8CAE: hue angle of 316.6º degrees, saturation: 0.26, 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 #BB8CAE is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 140 174 -
CMYK 0 0.25 0.07 0.27
HSL 316.6º 0.26% 0.64% -
HSV(B) 316.6º 0.25% 0.73% -
XYZ 37.51 32.38 44.32 -
YUV 157.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 187 140 174 0 0.25 0.07 0.27 316.6 0.26 0.64
Hex BB 8C AE 0 19 7 1B 13D 1A 40
Octal 273 214 256 0 31 7 33 475 32 100
Binary 10111011 10001100 10101110 0 11001 111 11011 100111101 11010 1000000

Color Harmonies of #BB8CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8CAE

Black with #BB8CAE

Text Example


Text Example

White with #BB8CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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