Html Css Color HEX #B296B3 London Hue

📋 copy color: '#B296B3'

red 178 ◦ green 150 ◦ blue 179

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

Shades of London Hue #B296B3

Tints of London Hue #B296B3

RGB

 RED value IS 178 (69.92% from 255) = 35.11%

 GREEN value IS 150 (58.98% from 255) = 29.59%

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

R = 35.11%
G = 29.59%
B = 35.31%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B296B3 (or 0xB296B3) is known color: London Hue. HEX triplet: B2, 96 and B3. RGB value is (178,150,179). Sum of RGB (Red+Green+Blue) = 178+150+179=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 179 (70.31% from 255 or 35.31% from 507); Max value from RGB is 179 - color contains mainly: blue. Hex color #B296B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B296B3 is #4D694C. Grayscale: #A1A1A1. Windows color (decimal): -5073229 or 11769522. OLE color: 11769522.

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

Color convert

RGB 178 150 179 -
CMYK 0.01 0.16 0 0.30
HSL 297.93º 0.16% 0.65% -
HSV(B) 297.93º 0.16% 0.7% -
XYZ 37.4 34.53 47.34 -
YUV 161.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 178 150 179 0.01 0.16 0 0.30 297.93 0.16 0.65
Hex B2 96 B3 1 10 0 1E 12A 10 41
Octal 262 226 263 1 20 0 36 452 20 101
Binary 10110010 10010110 10110011 1 10000 0 11110 100101010 10000 1000001

Color Harmonies of #B296B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B296B3

Black with #B296B3

Text Example


Text Example

White with #B296B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B296B3; }

 p { color: rgb(178,150,179); }

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

background-color css

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

 a { background-color: rgb(178,150,179); }

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

border-color css

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

 span { border-color: rgb(178,150,179); }

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