Html Css Color HEX #B5ACAD Careys Pink

📋 copy color: '#B5ACAD'

red 181 ◦ green 172 ◦ blue 173

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

Shades of Careys Pink #B5ACAD

Tints of Careys Pink #B5ACAD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.7%

 BLUE value IS 173 (67.97% from 255) = 32.89%

R = 34.41%
G = 32.7%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B5ACAD (or 0xB5ACAD) is known color: Careys Pink. HEX triplet: B5, AC and AD. RGB value is (181,172,173). Sum of RGB (Red+Green+Blue) = 181+172+173=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ACAD is #4A5352. Grayscale: #AEAEAE. Windows color (decimal): -4870995 or 11381941. OLE color: 11381941.

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

Color convert

RGB 181 172 173 -
CMYK 0 0.05 0.04 0.29
HSL 353.33º 0.06% 0.69% -
HSV(B) 353.33º 0.05% 0.71% -
XYZ 41.35 42.35 45.53 -
YUV 174.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 181 172 173 0 0.05 0.04 0.29 353.33 0.06 0.69
Hex B5 AC AD 0 5 4 1D 161 6 45
Octal 265 254 255 0 5 4 35 541 6 105
Binary 10110101 10101100 10101101 0 101 100 11101 101100001 110 1000101

Color Harmonies of #B5ACAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ACAD

Black with #B5ACAD

Text Example


Text Example

White with #B5ACAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ACAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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