Html Css Color HEX #B088AC London Hue

📋 copy color: '#B088AC'

red 176 ◦ green 136 ◦ blue 172

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

Shades of London Hue #B088AC

Tints of London Hue #B088AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.54%

R = 36.36%
G = 28.1%
B = 35.54%

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

#B088AC (or 0xB088AC) is known color: London Hue. HEX triplet: B0, 88 and AC. RGB value is (176,136,172). Sum of RGB (Red+Green+Blue) = 176+136+172=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B088AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B088AC is #4F7753. Grayscale: #979797. Windows color (decimal): -5207892 or 11307184. OLE color: 11307184.

HSL color Cylindrical-coordinate representation of color #B088AC: hue angle of 306º 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 #B088AC is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 136 172 -
CMYK 0 0.23 0.02 0.31
HSL 306º 0.2% 0.61% -
HSV(B) 306º 0.23% 0.69% -
XYZ 34.16 29.82 42.98 -
YUV 152.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 176 136 172 0 0.23 0.02 0.31 306 0.2 0.61
Hex B0 88 AC 0 17 2 1F 132 14 3D
Octal 260 210 254 0 27 2 37 462 24 75
Binary 10110000 10001000 10101100 0 10111 10 11111 100110010 10100 111101

Color Harmonies of #B088AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B088AC

Black with #B088AC

Text Example


Text Example

White with #B088AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B088AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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