Html Css Color HEX #B0AB9F Cloudy

📋 copy color: '#B0AB9F'

red 176 ◦ green 171 ◦ blue 159

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

Shades of Cloudy #B0AB9F

Tints of Cloudy #B0AB9F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.79%

 BLUE value IS 159 (62.5% from 255) = 31.42%

R = 34.78%
G = 33.79%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0AB9F (or 0xB0AB9F) is known color: Cloudy. HEX triplet: B0, AB and 9F. RGB value is (176,171,159). Sum of RGB (Red+Green+Blue) = 176+171+159=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AB9F is #4F5460. Grayscale: #ABABAB. Windows color (decimal): -5198945 or 10464176. OLE color: 10464176.

HSL color Cylindrical-coordinate representation of color #B0AB9F: hue angle of 42.35º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0AB9F is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 171 159 -
CMYK 0 0.03 0.10 0.31
HSL 42.35º 0.1% 0.66% -
HSV(B) 42.35º 0.1% 0.69% -
XYZ 38.73 40.86 38.65 -
YUV 171.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 176 171 159 0 0.03 0.10 0.31 42.35 0.1 0.66
Hex B0 AB 9F 0 3 A 1F 2A A 42
Octal 260 253 237 0 3 12 37 52 12 102
Binary 10110000 10101011 10011111 0 11 1010 11111 101010 1010 1000010

Color Harmonies of #B0AB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AB9F

Black with #B0AB9F

Text Example


Text Example

White with #B0AB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AB9F; }

 p { color: rgb(176,171,159); }

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

background-color css

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

 a { background-color: rgb(176,171,159); }

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

border-color css

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

 span { border-color: rgb(176,171,159); }

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