Html Css Color HEX #B2A4A8 Careys Pink

📋 copy color: '#B2A4A8'

red 178 ◦ green 164 ◦ blue 168

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

Shades of Careys Pink #B2A4A8

Tints of Careys Pink #B2A4A8

RGB

 RED value IS 178 (69.92% from 255) = 34.9%

 GREEN value IS 164 (64.45% from 255) = 32.16%

 BLUE value IS 168 (66.02% from 255) = 32.94%

R = 34.9%
G = 32.16%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B2A4A8 (or 0xB2A4A8) is known color: Careys Pink. HEX triplet: B2, A4 and A8. RGB value is (178,164,168). Sum of RGB (Red+Green+Blue) = 178+164+168=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A4A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A4A8 is #4D5B57. Grayscale: #A8A8A8. Windows color (decimal): -5069656 or 11052210. OLE color: 11052210.

HSL color Cylindrical-coordinate representation of color #B2A4A8: hue angle of 342.86º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2A4A8 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 164 168 -
CMYK 0 0.08 0.06 0.30
HSL 342.86º 0.08% 0.67% -
HSV(B) 342.86º 0.08% 0.7% -
XYZ 38.7 38.84 42.5 -
YUV 168.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 178 164 168 0 0.08 0.06 0.30 342.86 0.08 0.67
Hex B2 A4 A8 0 8 6 1E 157 8 43
Octal 262 244 250 0 10 6 36 527 10 103
Binary 10110010 10100100 10101000 0 1000 110 11110 101010111 1000 1000011

Color Harmonies of #B2A4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A4A8

Black with #B2A4A8

Text Example


Text Example

White with #B2A4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A4A8; }

 p { color: rgb(178,164,168); }

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

background-color css

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

 a { background-color: rgb(178,164,168); }

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

border-color css

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

 span { border-color: rgb(178,164,168); }

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