#BF98B9

Color #BF98B9 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BF98B9

Tints of London Hue #BF98B9

Color information

#BF98B9 (or 0xBF98B9) is unknown color: approx London Hue. HEX triplet: BF, 98 and B9. RGB value is (191,152,185). Sum of RGB (Red+Green+Blue) = 191+152+185=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BF98B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98B9 is #406746. Grayscale: #A7A7A7. Windows color (decimal): -4220743 or 12163263. OLE color: 12163263.

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

Color convert

RGB191152185-
CMYK00.200.030.25
HSL309.23º23.35%67.25%-
HSV(B)309.23º20.42%74.9%-
XYZ41.4737.0450.86-
YUV167.42137.92144.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 185 (72.66% from 255) = 35.04%
R=36.17%
G=28.79%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115218500.200.030.25309.2323.3567.25
HexBF98B90143191351743
Octal27723027102433146527103
Binary1011111110011000101110010101001111001100110101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF98B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF98B9; }

 p { color: rgb(191,152,185); }

 H1.HeaderClassName
 {
   color: #BF98B9;
 }
 .AnyTagClassName
 {
   color: #BF98B9;
 }
</style>
background-color css

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

 a { background-color: rgb(191,152,185); }

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

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

 span { border-color: rgb(191,152,185); }

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