Html Css Color HEX #BF85BA London Hue

📋 copy color: '#BF85BA'

red 191 ◦ green 133 ◦ blue 186

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

Shades of London Hue #BF85BA

Tints of London Hue #BF85BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 37.45%
G = 26.08%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF85BA (or 0xBF85BA) is known color: London Hue. HEX triplet: BF, 85 and BA. RGB value is (191,133,186). Sum of RGB (Red+Green+Blue) = 191+133+186=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BF85BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF85BA is #407A45. Grayscale: #9C9C9C. Windows color (decimal): -4225606 or 12223935. OLE color: 12223935.

HSL color Cylindrical-coordinate representation of color #BF85BA: hue angle of 305.17º 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 #BF85BA is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 133 186 -
CMYK 0 0.30 0.03 0.25
HSL 305.17º 0.31% 0.64% -
HSV(B) 305.17º 0.3% 0.75% -
XYZ 38.74 31.4 50.47 -
YUV 156.38 144.72 152.69 -
System Red Green Blue C M Y K H S L
Decimal 191 133 186 0 0.30 0.03 0.25 305.17 0.31 0.64
Hex BF 85 BA 0 1E 3 19 131 1F 40
Octal 277 205 272 0 36 3 31 461 37 100
Binary 10111111 10000101 10111010 0 11110 11 11001 100110001 11111 1000000

Color Harmonies of #BF85BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF85BA

Black with #BF85BA

Text Example


Text Example

White with #BF85BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF85BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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