Html Css Color HEX #BF81B8 London Hue

📋 copy color: '#BF81B8'

red 191 ◦ green 129 ◦ blue 184

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

Shades of London Hue #BF81B8

Tints of London Hue #BF81B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.51%

R = 37.9%
G = 25.6%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF81B8 (or 0xBF81B8) is known color: London Hue. HEX triplet: BF, 81 and B8. RGB value is (191,129,184). Sum of RGB (Red+Green+Blue) = 191+129+184=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BF81B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF81B8 is #407E47. Grayscale: #999999. Windows color (decimal): -4226632 or 12091839. OLE color: 12091839.

HSL color Cylindrical-coordinate representation of color #BF81B8: hue angle of 306.77º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF81B8 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 129 184 -
CMYK 0 0.32 0.04 0.25
HSL 306.77º 0.33% 0.63% -
HSV(B) 306.77º 0.32% 0.75% -
XYZ 37.99 30.24 49.18 -
YUV 153.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 191 129 184 0 0.32 0.04 0.25 306.77 0.33 0.63
Hex BF 81 B8 0 20 4 19 133 21 3F
Octal 277 201 270 0 40 4 31 463 41 77
Binary 10111111 10000001 10111000 0 100000 100 11001 100110011 100001 111111

Color Harmonies of #BF81B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF81B8

Black with #BF81B8

Text Example


Text Example

White with #BF81B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF81B8; }

 p { color: rgb(191,129,184); }

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

background-color css

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

 a { background-color: rgb(191,129,184); }

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

border-color css

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

 span { border-color: rgb(191,129,184); }

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