Html Css Color HEX #BF85AF London Hue

📋 copy color: '#BF85AF'

red 191 ◦ green 133 ◦ blue 175

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

Shades of London Hue #BF85AF

Tints of London Hue #BF85AF

RGB

 RED value IS 191 (75% from 255) = 38.28%

 GREEN value IS 133 (52.34% from 255) = 26.65%

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

R = 38.28%
G = 26.65%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF85AF (or 0xBF85AF) is known color: London Hue. HEX triplet: BF, 85 and AF. RGB value is (191,133,175). Sum of RGB (Red+Green+Blue) = 191+133+175=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BF85AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF85AF is #407A50. Grayscale: #9B9B9B. Windows color (decimal): -4225617 or 11503039. OLE color: 11503039.

HSL color Cylindrical-coordinate representation of color #BF85AF: hue angle of 316.55º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF85AF is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 133 175 -
CMYK 0 0.30 0.08 0.25
HSL 316.55º 0.31% 0.64% -
HSV(B) 316.55º 0.3% 0.75% -
XYZ 37.61 30.95 44.55 -
YUV 155.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 191 133 175 0 0.30 0.08 0.25 316.55 0.31 0.64
Hex BF 85 AF 0 1E 8 19 13D 1F 40
Octal 277 205 257 0 36 10 31 475 37 100
Binary 10111111 10000101 10101111 0 11110 1000 11001 100111101 11111 1000000

Color Harmonies of #BF85AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF85AF

Black with #BF85AF

Text Example


Text Example

White with #BF85AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF85AF; }

 p { color: rgb(191,133,175); }

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

background-color css

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

 a { background-color: rgb(191,133,175); }

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

border-color css

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

 span { border-color: rgb(191,133,175); }

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