Html Css Color HEX #BF81BB London Hue

📋 copy color: '#BF81BB'

red 191 ◦ green 129 ◦ blue 187

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

Shades of London Hue #BF81BB

Tints of London Hue #BF81BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.88%

R = 37.67%
G = 25.44%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF81BB (or 0xBF81BB) is known color: London Hue. HEX triplet: BF, 81 and BB. RGB value is (191,129,187). Sum of RGB (Red+Green+Blue) = 191+129+187=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BF81BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF81BB is #407E44. Grayscale: #999999. Windows color (decimal): -4226629 or 12288447. OLE color: 12288447.

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

Color convert

RGB 191 129 187 -
CMYK 0 0.32 0.02 0.25
HSL 303.87º 0.33% 0.63% -
HSV(B) 303.87º 0.32% 0.75% -
XYZ 38.31 30.36 50.86 -
YUV 154.15 146.54 154.28 -
System Red Green Blue C M Y K H S L
Decimal 191 129 187 0 0.32 0.02 0.25 303.87 0.33 0.63
Hex BF 81 BB 0 20 2 19 130 21 3F
Octal 277 201 273 0 40 2 31 460 41 77
Binary 10111111 10000001 10111011 0 100000 10 11001 100110000 100001 111111

Color Harmonies of #BF81BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF81BB

Black with #BF81BB

Text Example


Text Example

White with #BF81BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF81BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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