Html Css Color HEX #B299B4 London Hue

📋 copy color: '#B299B4'

red 178 ◦ green 153 ◦ blue 180

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

Shades of London Hue #B299B4

Tints of London Hue #B299B4

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.94%

 BLUE value IS 180 (70.7% from 255) = 35.23%

R = 34.83%
G = 29.94%
B = 35.23%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B299B4 (or 0xB299B4) is known color: London Hue. HEX triplet: B2, 99 and B4. RGB value is (178,153,180). Sum of RGB (Red+Green+Blue) = 178+153+180=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 180 - color contains mainly: blue. Hex color #B299B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B299B4 is #4D664B. Grayscale: #A3A3A3. Windows color (decimal): -5072460 or 11835826. OLE color: 11835826.

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

Color convert

RGB 178 153 180 -
CMYK 0.01 0.15 0 0.29
HSL 295.56º 0.15% 0.65% -
HSV(B) 295.56º 0.15% 0.71% -
XYZ 37.99 35.54 48.04 -
YUV 163.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 178 153 180 0.01 0.15 0 0.29 295.56 0.15 0.65
Hex B2 99 B4 1 F 0 1D 128 F 41
Octal 262 231 264 1 17 0 35 450 17 101
Binary 10110010 10011001 10110100 1 1111 0 11101 100101000 1111 1000001

Color Harmonies of #B299B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299B4

Black with #B299B4

Text Example


Text Example

White with #B299B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B299B4; }

 p { color: rgb(178,153,180); }

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

background-color css

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

 a { background-color: rgb(178,153,180); }

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

border-color css

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

 span { border-color: rgb(178,153,180); }

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