Html Css Color HEX #BB83AC London Hue

📋 copy color: '#BB83AC'

red 187 ◦ green 131 ◦ blue 172

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

Shades of London Hue #BB83AC

Tints of London Hue #BB83AC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.73%

 BLUE value IS 172 (67.58% from 255) = 35.1%

R = 38.16%
G = 26.73%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB83AC (or 0xBB83AC) is known color: London Hue. HEX triplet: BB, 83 and AC. RGB value is (187,131,172). Sum of RGB (Red+Green+Blue) = 187+131+172=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BB83AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB83AC is #447C53. Grayscale: #989898. Windows color (decimal): -4488276 or 11305915. OLE color: 11305915.

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

Color convert

RGB 187 131 172 -
CMYK 0 0.30 0.08 0.27
HSL 316.07º 0.29% 0.62% -
HSV(B) 316.07º 0.3% 0.73% -
XYZ 36.06 29.78 42.88 -
YUV 152.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 187 131 172 0 0.30 0.08 0.27 316.07 0.29 0.62
Hex BB 83 AC 0 1E 8 1B 13C 1D 3E
Octal 273 203 254 0 36 10 33 474 35 76
Binary 10111011 10000011 10101100 0 11110 1000 11011 100111100 11101 111110

Color Harmonies of #BB83AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB83AC

Black with #BB83AC

Text Example


Text Example

White with #BB83AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB83AC; }

 p { color: rgb(187,131,172); }

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

background-color css

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

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

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

border-color css

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

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

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