Html Css Color HEX #BF94BA London Hue

📋 copy color: '#BF94BA'

red 191 ◦ green 148 ◦ blue 186

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

Shades of London Hue #BF94BA

Tints of London Hue #BF94BA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.19%

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

R = 36.38%
G = 28.19%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF94BA (or 0xBF94BA) is known color: London Hue. HEX triplet: BF, 94 and BA. RGB value is (191,148,186). Sum of RGB (Red+Green+Blue) = 191+148+186=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BF94BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF94BA is #406B45. Grayscale: #A5A5A5. Windows color (decimal): -4221766 or 12227775. OLE color: 12227775.

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

Color convert

RGB 191 148 186 -
CMYK 0 0.23 0.03 0.25
HSL 306.98º 0.25% 0.66% -
HSV(B) 306.98º 0.23% 0.75% -
XYZ 40.94 35.8 51.21 -
YUV 165.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 191 148 186 0 0.23 0.03 0.25 306.98 0.25 0.66
Hex BF 94 BA 0 17 3 19 133 19 42
Octal 277 224 272 0 27 3 31 463 31 102
Binary 10111111 10010100 10111010 0 10111 11 11001 100110011 11001 1000010

Color Harmonies of #BF94BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF94BA

Black with #BF94BA

Text Example


Text Example

White with #BF94BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF94BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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