Html Css Color HEX #B5ABAC Careys Pink

📋 copy color: '#B5ABAC'

red 181 ◦ green 171 ◦ blue 172

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

Shades of Careys Pink #B5ABAC

Tints of Careys Pink #B5ABAC

RGB

 RED value IS 181 (71.09% from 255) = 34.54%

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

 BLUE value IS 172 (67.58% from 255) = 32.82%

R = 34.54%
G = 32.63%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B5ABAC (or 0xB5ABAC) is known color: Careys Pink. HEX triplet: B5, AB and AC. RGB value is (181,171,172). Sum of RGB (Red+Green+Blue) = 181+171+172=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ABAC is #4A5453. Grayscale: #AEAEAE. Windows color (decimal): -4871252 or 11316149. OLE color: 11316149.

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

Color convert

RGB 181 171 172 -
CMYK 0 0.06 0.05 0.29
HSL 354º 0.06% 0.69% -
HSV(B) 354º 0.06% 0.71% -
XYZ 41.07 41.93 44.96 -
YUV 174.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 181 171 172 0 0.06 0.05 0.29 354 0.06 0.69
Hex B5 AB AC 0 6 5 1D 162 6 45
Octal 265 253 254 0 6 5 35 542 6 105
Binary 10110101 10101011 10101100 0 110 101 11101 101100010 110 1000101

Color Harmonies of #B5ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ABAC

Black with #B5ABAC

Text Example


Text Example

White with #B5ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ABAC; }

 p { color: rgb(181,171,172); }

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

background-color css

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

 a { background-color: rgb(181,171,172); }

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

border-color css

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

 span { border-color: rgb(181,171,172); }

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