Html Css Color HEX #BF7EBB London Hue

📋 copy color: '#BF7EBB'

red 191 ◦ green 126 ◦ blue 187

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

Shades of London Hue #BF7EBB

Tints of London Hue #BF7EBB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25%

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

R = 37.9%
G = 25%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF7EBB (or 0xBF7EBB) is known color: London Hue. HEX triplet: BF, 7E and BB. RGB value is (191,126,187). Sum of RGB (Red+Green+Blue) = 191+126+187=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7EBB is #408144. Grayscale: #989898. Windows color (decimal): -4227397 or 12287679. OLE color: 12287679.

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

Color convert

RGB 191 126 187 -
CMYK 0 0.34 0.02 0.25
HSL 303.69º 0.34% 0.62% -
HSV(B) 303.69º 0.34% 0.75% -
XYZ 37.92 29.59 50.73 -
YUV 152.39 147.53 155.54 -
System Red Green Blue C M Y K H S L
Decimal 191 126 187 0 0.34 0.02 0.25 303.69 0.34 0.62
Hex BF 7E BB 0 22 2 19 130 22 3E
Octal 277 176 273 0 42 2 31 460 42 76
Binary 10111111 1111110 10111011 0 100010 10 11001 100110000 100010 111110

Color Harmonies of #BF7EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7EBB

Black with #BF7EBB

Text Example


Text Example

White with #BF7EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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