Html Css Color HEX #BC84AF London Hue

📋 copy color: '#BC84AF'

red 188 ◦ green 132 ◦ blue 175

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

Shades of London Hue #BC84AF

Tints of London Hue #BC84AF

RGB

 RED value IS 188 (73.83% from 255) = 37.98%

 GREEN value IS 132 (51.95% from 255) = 26.67%

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

R = 37.98%
G = 26.67%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC84AF (or 0xBC84AF) is known color: London Hue. HEX triplet: BC, 84 and AF. RGB value is (188,132,175). Sum of RGB (Red+Green+Blue) = 188+132+175=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BC84AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC84AF is #437B50. Grayscale: #999999. Windows color (decimal): -4422481 or 11502780. OLE color: 11502780.

HSL color Cylindrical-coordinate representation of color #BC84AF: hue angle of 313.93º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC84AF is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 132 175 -
CMYK 0 0.30 0.07 0.26
HSL 313.93º 0.29% 0.63% -
HSV(B) 313.93º 0.3% 0.74% -
XYZ 36.73 30.29 44.47 -
YUV 153.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 188 132 175 0 0.30 0.07 0.26 313.93 0.29 0.63
Hex BC 84 AF 0 1E 7 1A 13A 1D 3F
Octal 274 204 257 0 36 7 32 472 35 77
Binary 10111100 10000100 10101111 0 11110 111 11010 100111010 11101 111111

Color Harmonies of #BC84AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC84AF

Black with #BC84AF

Text Example


Text Example

White with #BC84AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC84AF; }

 p { color: rgb(188,132,175); }

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

background-color css

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

 a { background-color: rgb(188,132,175); }

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

border-color css

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

 span { border-color: rgb(188,132,175); }

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