Html Css Color HEX #B2A99C Cloudy

📋 copy color: '#B2A99C'

red 178 ◦ green 169 ◦ blue 156

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

Shades of Cloudy #B2A99C

Tints of Cloudy #B2A99C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.6%

 BLUE value IS 156 (61.33% from 255) = 31.01%

R = 35.39%
G = 33.6%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2A99C (or 0xB2A99C) is known color: Cloudy. HEX triplet: B2, A9 and 9C. RGB value is (178,169,156). Sum of RGB (Red+Green+Blue) = 178+169+156=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A99C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A99C is #4D5663. Grayscale: #AAAAAA. Windows color (decimal): -5068388 or 10267058. OLE color: 10267058.

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

Color convert

RGB 178 169 156 -
CMYK 0 0.05 0.12 0.30
HSL 35.45º 0.13% 0.65% -
HSV(B) 35.45º 0.12% 0.7% -
XYZ 38.55 40.24 37.19 -
YUV 170.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 178 169 156 0 0.05 0.12 0.30 35.45 0.13 0.65
Hex B2 A9 9C 0 5 C 1E 23 C 41
Octal 262 251 234 0 5 14 36 43 14 101
Binary 10110010 10101001 10011100 0 101 1100 11110 100011 1100 1000001

Color Harmonies of #B2A99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A99C

Black with #B2A99C

Text Example


Text Example

White with #B2A99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A99C; }

 p { color: rgb(178,169,156); }

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

background-color css

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

 a { background-color: rgb(178,169,156); }

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

border-color css

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

 span { border-color: rgb(178,169,156); }

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