Html Css Color HEX #B0ABA3 Cloudy

📋 copy color: '#B0ABA3'

red 176 ◦ green 171 ◦ blue 163

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

Shades of Cloudy #B0ABA3

Tints of Cloudy #B0ABA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.96%

R = 34.51%
G = 33.53%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B0ABA3 (or 0xB0ABA3) is known color: Cloudy. HEX triplet: B0, AB and A3. RGB value is (176,171,163). Sum of RGB (Red+Green+Blue) = 176+171+163=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ABA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ABA3 is #4F545C. Grayscale: #ABABAB. Windows color (decimal): -5198941 or 10726320. OLE color: 10726320.

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

Color convert

RGB 176 171 163 -
CMYK 0 0.03 0.07 0.31
HSL 36.92º 0.08% 0.66% -
HSV(B) 36.92º 0.07% 0.69% -
XYZ 39.08 41 40.5 -
YUV 171.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 176 171 163 0 0.03 0.07 0.31 36.92 0.08 0.66
Hex B0 AB A3 0 3 7 1F 25 8 42
Octal 260 253 243 0 3 7 37 45 10 102
Binary 10110000 10101011 10100011 0 11 111 11111 100101 1000 1000010

Color Harmonies of #B0ABA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ABA3

Black with #B0ABA3

Text Example


Text Example

White with #B0ABA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ABA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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