Html Css Color HEX #B0ADA9 Cloudy

📋 copy color: '#B0ADA9'

red 176 ◦ green 173 ◦ blue 169

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

Shades of Cloudy #B0ADA9

Tints of Cloudy #B0ADA9

RGB

 RED value IS 176 (69.14% from 255) = 33.98%

 GREEN value IS 173 (67.97% from 255) = 33.4%

 BLUE value IS 169 (66.41% from 255) = 32.63%

R = 33.98%
G = 33.4%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B0ADA9 (or 0xB0ADA9) is known color: Cloudy. HEX triplet: B0, AD and A9. RGB value is (176,173,169). Sum of RGB (Red+Green+Blue) = 176+173+169=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ADA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ADA9 is #4F5256. Grayscale: #ADADAD. Windows color (decimal): -5198423 or 11120048. OLE color: 11120048.

HSL color Cylindrical-coordinate representation of color #B0ADA9: hue angle of 34.29º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B0ADA9 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 173 169 -
CMYK 0 0.02 0.04 0.31
HSL 34.29º 0.04% 0.68% -
HSV(B) 34.29º 0.04% 0.69% -
XYZ 40.01 41.98 43.53 -
YUV 173.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 176 173 169 0 0.02 0.04 0.31 34.29 0.04 0.68
Hex B0 AD A9 0 2 4 1F 22 4 44
Octal 260 255 251 0 2 4 37 42 4 104
Binary 10110000 10101101 10101001 0 10 100 11111 100010 100 1000100

Color Harmonies of #B0ADA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADA9

Black with #B0ADA9

Text Example


Text Example

White with #B0ADA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADA9; }

 p { color: rgb(176,173,169); }

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

background-color css

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

 a { background-color: rgb(176,173,169); }

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

border-color css

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

 span { border-color: rgb(176,173,169); }

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