Html Css Color HEX #B088B3 London Hue

📋 copy color: '#B088B3'

red 176 ◦ green 136 ◦ blue 179

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

Shades of London Hue #B088B3

Tints of London Hue #B088B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.46%

R = 35.85%
G = 27.7%
B = 36.46%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B088B3 (or 0xB088B3) is known color: London Hue. HEX triplet: B0, 88 and B3. RGB value is (176,136,179). Sum of RGB (Red+Green+Blue) = 176+136+179=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 179 - color contains mainly: blue. Hex color #B088B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088B3 is #4F774C. Grayscale: #989898. Windows color (decimal): -5207885 or 11765936. OLE color: 11765936.

HSL color Cylindrical-coordinate representation of color #B088B3: hue angle of 295.81º degrees, saturation: 0.22, 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 #B088B3 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 136 179 -
CMYK 0.02 0.24 0 0.30
HSL 295.81º 0.22% 0.62% -
HSV(B) 295.81º 0.24% 0.7% -
XYZ 34.85 30.09 46.62 -
YUV 152.86 142.75 144.5 -
System Red Green Blue C M Y K H S L
Decimal 176 136 179 0.02 0.24 0 0.30 295.81 0.22 0.62
Hex B0 88 B3 2 18 0 1E 128 16 3E
Octal 260 210 263 2 30 0 36 450 26 76
Binary 10110000 10001000 10110011 10 11000 0 11110 100101000 10110 111110

Color Harmonies of #B088B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B088B3

Black with #B088B3

Text Example


Text Example

White with #B088B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B088B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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