Html Css Color HEX #B2A899 Cloudy

📋 copy color: '#B2A899'

red 178 ◦ green 168 ◦ blue 153

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

Shades of Cloudy #B2A899

Tints of Cloudy #B2A899

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.67%

 BLUE value IS 153 (60.16% from 255) = 30.66%

R = 35.67%
G = 33.67%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B2A899 (or 0xB2A899) is known color: Cloudy. HEX triplet: B2, A8 and 99. RGB value is (178,168,153). Sum of RGB (Red+Green+Blue) = 178+168+153=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A899 is #4D5766. Grayscale: #A9A9A9. Windows color (decimal): -5068647 or 10070194. OLE color: 10070194.

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

Color convert

RGB 178 168 153 -
CMYK 0 0.06 0.14 0.30
HSL 36º 0.14% 0.65% -
HSV(B) 36º 0.14% 0.7% -
XYZ 38.11 39.77 35.8 -
YUV 169.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 178 168 153 0 0.06 0.14 0.30 36 0.14 0.65
Hex B2 A8 99 0 6 E 1E 24 E 41
Octal 262 250 231 0 6 16 36 44 16 101
Binary 10110010 10101000 10011001 0 110 1110 11110 100100 1110 1000001

Color Harmonies of #B2A899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A899

Black with #B2A899

Text Example


Text Example

White with #B2A899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A899; }

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

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

background-color css

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

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

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

border-color css

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

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

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