#BF90BB

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

Shades of London Hue #BF90BB

Tints of London Hue #BF90BB

Color information

#BF90BB (or 0xBF90BB) is unknown color: approx London Hue. HEX triplet: BF, 90 and BB. RGB value is (191,144,187). Sum of RGB (Red+Green+Blue) = 191+144+187=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BF90BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90BB is #406F44. Grayscale: #A2A2A2. Windows color (decimal): -4222789 or 12292287. OLE color: 12292287.

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

Color convert

RGB191144187-
CMYK00.250.020.25
HSL305.11º26.86%65.69%-
HSV(B)305.11º24.61%74.9%-
XYZ40.4334.6151.56-
YUV162.96141.57148-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.59%
GREEN value IS 144 (56.64% from 255) = 27.59%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=36.59%
G=27.59%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114418700.250.020.25305.1126.8665.69
HexBF90BB0192191311b42
Octal27722027303123146133102
Binary1011111110010000101110110110011011001100110001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF90BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF90BB; }

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

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

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

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

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

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

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

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