Html Css Color HEX #B398B0 London Hue

📋 copy color: '#B398B0'

red 179 ◦ green 152 ◦ blue 176

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

Shades of London Hue #B398B0

Tints of London Hue #B398B0

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.98%

 BLUE value IS 176 (69.14% from 255) = 34.71%

R = 35.31%
G = 29.98%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B398B0 (or 0xB398B0) is known color: London Hue. HEX triplet: B3, 98 and B0. RGB value is (179,152,176). Sum of RGB (Red+Green+Blue) = 179+152+176=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 179 - color contains mainly: red. Hex color #B398B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B398B0 is #4C674F. Grayscale: #A2A2A2. Windows color (decimal): -5007184 or 11573427. OLE color: 11573427.

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

Color convert

RGB 179 152 176 -
CMYK 0 0.15 0.02 0.30
HSL 306.67º 0.15% 0.65% -
HSV(B) 306.67º 0.15% 0.7% -
XYZ 37.66 35.17 45.88 -
YUV 162.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 179 152 176 0 0.15 0.02 0.30 306.67 0.15 0.65
Hex B3 98 B0 0 F 2 1E 133 F 41
Octal 263 230 260 0 17 2 36 463 17 101
Binary 10110011 10011000 10110000 0 1111 10 11110 100110011 1111 1000001

Color Harmonies of #B398B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B398B0

Black with #B398B0

Text Example


Text Example

White with #B398B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B398B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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