Html Css Color HEX #BB81AF London Hue

📋 copy color: '#BB81AF'

red 187 ◦ green 129 ◦ blue 175

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

Shades of London Hue #BB81AF

Tints of London Hue #BB81AF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.27%

 BLUE value IS 175 (68.75% from 255) = 35.64%

R = 38.09%
G = 26.27%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB81AF (or 0xBB81AF) is known color: London Hue. HEX triplet: BB, 81 and AF. RGB value is (187,129,175). Sum of RGB (Red+Green+Blue) = 187+129+175=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB81AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB81AF is #447E50. Grayscale: #979797. Windows color (decimal): -4488785 or 11502011. OLE color: 11502011.

HSL color Cylindrical-coordinate representation of color #BB81AF: hue angle of 312.41º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB81AF is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 129 175 -
CMYK 0 0.31 0.06 0.27
HSL 312.41º 0.3% 0.62% -
HSV(B) 312.41º 0.31% 0.73% -
XYZ 36.08 29.36 44.32 -
YUV 151.59 141.22 153.26 -
System Red Green Blue C M Y K H S L
Decimal 187 129 175 0 0.31 0.06 0.27 312.41 0.3 0.62
Hex BB 81 AF 0 1F 6 1B 138 1E 3E
Octal 273 201 257 0 37 6 33 470 36 76
Binary 10111011 10000001 10101111 0 11111 110 11011 100111000 11110 111110

Color Harmonies of #BB81AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB81AF

Black with #BB81AF

Text Example


Text Example

White with #BB81AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB81AF; }

 p { color: rgb(187,129,175); }

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

background-color css

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

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

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

border-color css

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

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

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