#B0A698

Color #B0A698 Cloudy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloudy #B0A698

Tints of Cloudy #B0A698

Color information

#B0A698 (or 0xB0A698) is unknown color: approx Cloudy. HEX triplet: B0, A6 and 98. RGB value is (176,166,152). Sum of RGB (Red+Green+Blue) = 176+166+152=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A698 is #4F5967. Grayscale: #A7A7A7. Windows color (decimal): -5200232 or 10004144. OLE color: 10004144.

HSL color Cylindrical-coordinate representation of color #B0A698: hue angle of 35º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0A698 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB176166152-
CMYK00.060.140.31
HSL35º13.19%64.31%-
HSV(B)35º13.64%69.02%-
XYZ37.2138.7735.23-
YUV167.39119.31134.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 166 (65.23% from 255) = 33.60%
BLUE value IS 152 (59.77% from 255) = 30.77%
R=35.63%
G=33.60%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616615200.060.140.313513.1964.31
HexB0A69806E1F23d40
Octal2602462300616374315100
Binary101100001010011010011000011011101111110001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A698; }

 p { color: rgb(176,166,152); }

 H1.HeaderClassName
 {
   color: #B0A698;
 }
 .AnyTagClassName
 {
   color: #B0A698;
 }
</style>
background-color css

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

 a { background-color: rgb(176,166,152); }

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

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

 span { border-color: rgb(176,166,152); }

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