Html Css Color HEX #B0A1A4 Careys Pink

📋 copy color: '#B0A1A4'

red 176 ◦ green 161 ◦ blue 164

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

Shades of Careys Pink #B0A1A4

Tints of Careys Pink #B0A1A4

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.14%

 BLUE value IS 164 (64.45% from 255) = 32.73%

R = 35.13%
G = 32.14%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B0A1A4 (or 0xB0A1A4) is known color: Careys Pink. HEX triplet: B0, A1 and A4. RGB value is (176,161,164). Sum of RGB (Red+Green+Blue) = 176+161+164=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A1A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A1A4 is #4F5E5B. Grayscale: #A5A5A5. Windows color (decimal): -5201500 or 10789296. OLE color: 10789296.

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

Color convert

RGB 176 161 164 -
CMYK 0 0.09 0.07 0.31
HSL 348º 0.09% 0.66% -
HSV(B) 348º 0.09% 0.69% -
XYZ 37.35 37.4 40.37 -
YUV 165.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 176 161 164 0 0.09 0.07 0.31 348 0.09 0.66
Hex B0 A1 A4 0 9 7 1F 15C 9 42
Octal 260 241 244 0 11 7 37 534 11 102
Binary 10110000 10100001 10100100 0 1001 111 11111 101011100 1001 1000010

Color Harmonies of #B0A1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A1A4

Black with #B0A1A4

Text Example


Text Example

White with #B0A1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A1A4; }

 p { color: rgb(176,161,164); }

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

background-color css

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

 a { background-color: rgb(176,161,164); }

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

border-color css

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

 span { border-color: rgb(176,161,164); }

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