Html Css Color HEX #B4A8A9 Careys Pink

📋 copy color: '#B4A8A9'

red 180 ◦ green 168 ◦ blue 169

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

Shades of Careys Pink #B4A8A9

Tints of Careys Pink #B4A8A9

RGB

 RED value IS 180 (70.7% from 255) = 34.82%

 GREEN value IS 168 (66.02% from 255) = 32.5%

 BLUE value IS 169 (66.41% from 255) = 32.69%

R = 34.82%
G = 32.5%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B4A8A9 (or 0xB4A8A9) is known color: Careys Pink. HEX triplet: B4, A8 and A9. RGB value is (180,168,169). Sum of RGB (Red+Green+Blue) = 180+168+169=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A8A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A8A9 is #4B5756. Grayscale: #ABABAB. Windows color (decimal): -4937559 or 11118772. OLE color: 11118772.

HSL color Cylindrical-coordinate representation of color #B4A8A9: hue angle of 355º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4A8A9 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 168 169 -
CMYK 0 0.07 0.06 0.29
HSL 355º 0.07% 0.68% -
HSV(B) 355º 0.07% 0.71% -
XYZ 39.99 40.57 43.26 -
YUV 171.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 180 168 169 0 0.07 0.06 0.29 355 0.07 0.68
Hex B4 A8 A9 0 7 6 1D 163 7 44
Octal 264 250 251 0 7 6 35 543 7 104
Binary 10110100 10101000 10101001 0 111 110 11101 101100011 111 1000100

Color Harmonies of #B4A8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A8A9

Black with #B4A8A9

Text Example


Text Example

White with #B4A8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A8A9; }

 p { color: rgb(180,168,169); }

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

background-color css

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

 a { background-color: rgb(180,168,169); }

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

border-color css

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

 span { border-color: rgb(180,168,169); }

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