Html Css Color HEX #B299A5 Shady Lady

📋 copy color: '#B299A5'

red 178 ◦ green 153 ◦ blue 165

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

Shades of Shady Lady #B299A5

Tints of Shady Lady #B299A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.27%

R = 35.89%
G = 30.85%
B = 33.27%

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

#B299A5 (or 0xB299A5) is known color: Shady Lady. HEX triplet: B2, 99 and A5. RGB value is (178,153,165). Sum of RGB (Red+Green+Blue) = 178+153+165=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 178 - color contains mainly: red. Hex color #B299A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B299A5 is #4D665A. Grayscale: #A1A1A1. Windows color (decimal): -5072475 or 10852786. OLE color: 10852786.

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

Color convert

RGB 178 153 165 -
CMYK 0 0.14 0.07 0.30
HSL 331.2º 0.14% 0.65% -
HSV(B) 331.2º 0.14% 0.7% -
XYZ 36.54 34.96 40.42 -
YUV 161.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 178 153 165 0 0.14 0.07 0.30 331.2 0.14 0.65
Hex B2 99 A5 0 E 7 1E 14B E 41
Octal 262 231 245 0 16 7 36 513 16 101
Binary 10110010 10011001 10100101 0 1110 111 11110 101001011 1110 1000001

Color Harmonies of #B299A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299A5

Black with #B299A5

Text Example


Text Example

White with #B299A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B299A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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