Html Css Color HEX #BBA4AA Careys Pink

📋 copy color: '#BBA4AA'

red 187 ◦ green 164 ◦ blue 170

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

Shades of Careys Pink #BBA4AA

Tints of Careys Pink #BBA4AA

RGB

 RED value IS 187 (73.44% from 255) = 35.89%

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

 BLUE value IS 170 (66.8% from 255) = 32.63%

R = 35.89%
G = 31.48%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BBA4AA (or 0xBBA4AA) is known color: Careys Pink. HEX triplet: BB, A4 and AA. RGB value is (187,164,170). Sum of RGB (Red+Green+Blue) = 187+164+170=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA4AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA4AA is #445B55. Grayscale: #ABABAB. Windows color (decimal): -4479830 or 11183291. OLE color: 11183291.

HSL color Cylindrical-coordinate representation of color #BBA4AA: hue angle of 344.35º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBA4AA is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 164 170 -
CMYK 0 0.12 0.09 0.27
HSL 344.35º 0.14% 0.69% -
HSV(B) 344.35º 0.12% 0.73% -
XYZ 41.02 40.02 43.59 -
YUV 171.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 187 164 170 0 0.12 0.09 0.27 344.35 0.14 0.69
Hex BB A4 AA 0 C 9 1B 158 E 45
Octal 273 244 252 0 14 11 33 530 16 105
Binary 10111011 10100100 10101010 0 1100 1001 11011 101011000 1110 1000101

Color Harmonies of #BBA4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4AA

Black with #BBA4AA

Text Example


Text Example

White with #BBA4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4AA; }

 p { color: rgb(187,164,170); }

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

background-color css

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

 a { background-color: rgb(187,164,170); }

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

border-color css

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

 span { border-color: rgb(187,164,170); }

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