Html Css Color HEX #B488AF London Hue

📋 copy color: '#B488AF'

red 180 ◦ green 136 ◦ blue 175

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

Shades of London Hue #B488AF

Tints of London Hue #B488AF

RGB

 RED value IS 180 (70.7% from 255) = 36.66%

 GREEN value IS 136 (53.52% from 255) = 27.7%

 BLUE value IS 175 (68.75% from 255) = 35.64%

R = 36.66%
G = 27.7%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B488AF (or 0xB488AF) is known color: London Hue. HEX triplet: B4, 88 and AF. RGB value is (180,136,175). Sum of RGB (Red+Green+Blue) = 180+136+175=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B488AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B488AF is #4B7750. Grayscale: #999999. Windows color (decimal): -4945745 or 11503796. OLE color: 11503796.

HSL color Cylindrical-coordinate representation of color #B488AF: hue angle of 306.82º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B488AF is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 136 175 -
CMYK 0 0.24 0.03 0.29
HSL 306.82º 0.23% 0.62% -
HSV(B) 306.82º 0.24% 0.71% -
XYZ 35.36 30.41 44.56 -
YUV 153.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 180 136 175 0 0.24 0.03 0.29 306.82 0.23 0.62
Hex B4 88 AF 0 18 3 1D 133 17 3E
Octal 264 210 257 0 30 3 35 463 27 76
Binary 10110100 10001000 10101111 0 11000 11 11101 100110011 10111 111110

Color Harmonies of #B488AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488AF

Black with #B488AF

Text Example


Text Example

White with #B488AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488AF; }

 p { color: rgb(180,136,175); }

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

background-color css

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

 a { background-color: rgb(180,136,175); }

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

border-color css

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

 span { border-color: rgb(180,136,175); }

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