Html Css Color HEX #BF8FBB London Hue

📋 copy color: '#BF8FBB'

red 191 ◦ green 143 ◦ blue 187

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

Shades of London Hue #BF8FBB

Tints of London Hue #BF8FBB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.45%

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

R = 36.66%
G = 27.45%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF8FBB (or 0xBF8FBB) is known color: London Hue. HEX triplet: BF, 8F and BB. RGB value is (191,143,187). Sum of RGB (Red+Green+Blue) = 191+143+187=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FBB is #407044. Grayscale: #A2A2A2. Windows color (decimal): -4223045 or 12292031. OLE color: 12292031.

HSL color Cylindrical-coordinate representation of color #BF8FBB: hue angle of 305º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF8FBB is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 143 187 -
CMYK 0 0.25 0.02 0.25
HSL 305º 0.27% 0.65% -
HSV(B) 305º 0.25% 0.75% -
XYZ 40.28 34.31 51.51 -
YUV 162.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 191 143 187 0 0.25 0.02 0.25 305 0.27 0.65
Hex BF 8F BB 0 19 2 19 131 1B 41
Octal 277 217 273 0 31 2 31 461 33 101
Binary 10111111 10001111 10111011 0 11001 10 11001 100110001 11011 1000001

Color Harmonies of #BF8FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8FBB

Black with #BF8FBB

Text Example


Text Example

White with #BF8FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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