Html Css Color HEX #B299A4 Shady Lady

📋 copy color: '#B299A4'

red 178 ◦ green 153 ◦ blue 164

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

Shades of Shady Lady #B299A4

Tints of Shady Lady #B299A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.13%

R = 35.96%
G = 30.91%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B299A4 (or 0xB299A4) is known color: Shady Lady. HEX triplet: B2, 99 and A4. RGB value is (178,153,164). Sum of RGB (Red+Green+Blue) = 178+153+164=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 178 - color contains mainly: red. Hex color #B299A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B299A4 is #4D665B. Grayscale: #A1A1A1. Windows color (decimal): -5072476 or 10787250. OLE color: 10787250.

HSL color Cylindrical-coordinate representation of color #B299A4: hue angle of 333.6º 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 #B299A4 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 153 164 -
CMYK 0 0.14 0.08 0.30
HSL 333.6º 0.14% 0.65% -
HSV(B) 333.6º 0.14% 0.7% -
XYZ 36.45 34.93 39.94 -
YUV 161.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 178 153 164 0 0.14 0.08 0.30 333.6 0.14 0.65
Hex B2 99 A4 0 E 8 1E 14E E 41
Octal 262 231 244 0 16 10 36 516 16 101
Binary 10110010 10011001 10100100 0 1110 1000 11110 101001110 1110 1000001

Color Harmonies of #B299A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299A4

Black with #B299A4

Text Example


Text Example

White with #B299A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B299A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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