Html Css Color HEX #B088AD London Hue

📋 copy color: '#B088AD'

red 176 ◦ green 136 ◦ blue 173

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

Shades of London Hue #B088AD

Tints of London Hue #B088AD

RGB

 RED value IS 176 (69.14% from 255) = 36.29%

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

 BLUE value IS 173 (67.97% from 255) = 35.67%

R = 36.29%
G = 28.04%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B088AD (or 0xB088AD) is known color: London Hue. HEX triplet: B0, 88 and AD. RGB value is (176,136,173). Sum of RGB (Red+Green+Blue) = 176+136+173=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B088AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B088AD is #4F7752. Grayscale: #989898. Windows color (decimal): -5207891 or 11372720. OLE color: 11372720.

HSL color Cylindrical-coordinate representation of color #B088AD: hue angle of 304.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B088AD is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 136 173 -
CMYK 0 0.23 0.02 0.31
HSL 304.5º 0.2% 0.61% -
HSV(B) 304.5º 0.23% 0.69% -
XYZ 34.25 29.86 43.49 -
YUV 152.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 176 136 173 0 0.23 0.02 0.31 304.5 0.2 0.61
Hex B0 88 AD 0 17 2 1F 130 14 3D
Octal 260 210 255 0 27 2 37 460 24 75
Binary 10110000 10001000 10101101 0 10111 10 11111 100110000 10100 111101

Color Harmonies of #B088AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B088AD

Black with #B088AD

Text Example


Text Example

White with #B088AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B088AD; }

 p { color: rgb(176,136,173); }

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

background-color css

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

 a { background-color: rgb(176,136,173); }

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

border-color css

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

 span { border-color: rgb(176,136,173); }

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