Html Css Color HEX #B299A6 Shady Lady

📋 copy color: '#B299A6'

red 178 ◦ green 153 ◦ blue 166

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

Shades of Shady Lady #B299A6

Tints of Shady Lady #B299A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.4%

R = 35.81%
G = 30.78%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B299A6 (or 0xB299A6) is known color: Shady Lady. HEX triplet: B2, 99 and A6. RGB value is (178,153,166). Sum of RGB (Red+Green+Blue) = 178+153+166=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 178 - color contains mainly: red. Hex color #B299A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B299A6 is #4D6659. Grayscale: #A1A1A1. Windows color (decimal): -5072474 or 10918322. OLE color: 10918322.

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

Color convert

RGB 178 153 166 -
CMYK 0 0.14 0.07 0.30
HSL 328.8º 0.14% 0.65% -
HSV(B) 328.8º 0.14% 0.7% -
XYZ 36.63 35 40.9 -
YUV 161.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 178 153 166 0 0.14 0.07 0.30 328.8 0.14 0.65
Hex B2 99 A6 0 E 7 1E 149 E 41
Octal 262 231 246 0 16 7 36 511 16 101
Binary 10110010 10011001 10100110 0 1110 111 11110 101001001 1110 1000001

Color Harmonies of #B299A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299A6

Black with #B299A6

Text Example


Text Example

White with #B299A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B299A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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