Html Css Color HEX #BF94B8 London Hue

📋 copy color: '#BF94B8'

red 191 ◦ green 148 ◦ blue 184

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

Shades of London Hue #BF94B8

Tints of London Hue #BF94B8

RGB

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

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

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

R = 36.52%
G = 28.3%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF94B8 (or 0xBF94B8) is known color: London Hue. HEX triplet: BF, 94 and B8. RGB value is (191,148,184). Sum of RGB (Red+Green+Blue) = 191+148+184=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BF94B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF94B8 is #406B47. Grayscale: #A4A4A4. Windows color (decimal): -4221768 or 12096703. OLE color: 12096703.

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

Color convert

RGB 191 148 184 -
CMYK 0 0.23 0.04 0.25
HSL 309.77º 0.25% 0.66% -
HSV(B) 309.77º 0.23% 0.75% -
XYZ 40.73 35.72 50.09 -
YUV 164.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 191 148 184 0 0.23 0.04 0.25 309.77 0.25 0.66
Hex BF 94 B8 0 17 4 19 136 19 42
Octal 277 224 270 0 27 4 31 466 31 102
Binary 10111111 10010100 10111000 0 10111 100 11001 100110110 11001 1000010

Color Harmonies of #BF94B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF94B8

Black with #BF94B8

Text Example


Text Example

White with #BF94B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF94B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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