Html Css Color HEX #B088B2 London Hue

📋 copy color: '#B088B2'

red 176 ◦ green 136 ◦ blue 178

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

Shades of London Hue #B088B2

Tints of London Hue #B088B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.33%

R = 35.92%
G = 27.76%
B = 36.33%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B088B2 (or 0xB088B2) is known color: London Hue. HEX triplet: B0, 88 and B2. RGB value is (176,136,178). Sum of RGB (Red+Green+Blue) = 176+136+178=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 178 - color contains mainly: blue. Hex color #B088B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B088B2 is #4F774D. Grayscale: #989898. Windows color (decimal): -5207886 or 11700400. OLE color: 11700400.

HSL color Cylindrical-coordinate representation of color #B088B2: hue angle of 297.14º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B088B2 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 136 178 -
CMYK 0.01 0.24 0 0.30
HSL 297.14º 0.21% 0.62% -
HSV(B) 297.14º 0.24% 0.7% -
XYZ 34.74 30.05 46.09 -
YUV 152.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 176 136 178 0.01 0.24 0 0.30 297.14 0.21 0.62
Hex B0 88 B2 1 18 0 1E 129 15 3E
Octal 260 210 262 1 30 0 36 451 25 76
Binary 10110000 10001000 10110010 1 11000 0 11110 100101001 10101 111110

Color Harmonies of #B088B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B088B2

Black with #B088B2

Text Example


Text Example

White with #B088B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B088B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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