Html Css Color HEX #BF83B9 London Hue

📋 copy color: '#BF83B9'

red 191 ◦ green 131 ◦ blue 185

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

Shades of London Hue #BF83B9

Tints of London Hue #BF83B9

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.84%

 BLUE value IS 185 (72.66% from 255) = 36.49%

R = 37.67%
G = 25.84%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF83B9 (or 0xBF83B9) is known color: London Hue. HEX triplet: BF, 83 and B9. RGB value is (191,131,185). Sum of RGB (Red+Green+Blue) = 191+131+185=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BF83B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF83B9 is #407C46. Grayscale: #9A9A9A. Windows color (decimal): -4226119 or 12157887. OLE color: 12157887.

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

Color convert

RGB 191 131 185 -
CMYK 0 0.31 0.03 0.25
HSL 306º 0.32% 0.63% -
HSV(B) 306º 0.31% 0.75% -
XYZ 38.36 30.81 49.82 -
YUV 155.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 191 131 185 0 0.31 0.03 0.25 306 0.32 0.63
Hex BF 83 B9 0 1F 3 19 132 20 3F
Octal 277 203 271 0 37 3 31 462 40 77
Binary 10111111 10000011 10111001 0 11111 11 11001 100110010 100000 111111

Color Harmonies of #BF83B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF83B9

Black with #BF83B9

Text Example


Text Example

White with #BF83B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF83B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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