Html Css Color HEX #BBA7AA Careys Pink

📋 copy color: '#BBA7AA'

red 187 ◦ green 167 ◦ blue 170

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

Shades of Careys Pink #BBA7AA

Tints of Careys Pink #BBA7AA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.87%

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

R = 35.69%
G = 31.87%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BBA7AA (or 0xBBA7AA) is known color: Careys Pink. HEX triplet: BB, A7 and AA. RGB value is (187,167,170). Sum of RGB (Red+Green+Blue) = 187+167+170=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA7AA is #445855. Grayscale: #ADADAD. Windows color (decimal): -4479062 or 11184059. OLE color: 11184059.

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

Color convert

RGB 187 167 170 -
CMYK 0 0.11 0.09 0.27
HSL 351º 0.13% 0.69% -
HSV(B) 351º 0.11% 0.73% -
XYZ 41.57 41.1 43.77 -
YUV 173.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 187 167 170 0 0.11 0.09 0.27 351 0.13 0.69
Hex BB A7 AA 0 B 9 1B 15F D 45
Octal 273 247 252 0 13 11 33 537 15 105
Binary 10111011 10100111 10101010 0 1011 1001 11011 101011111 1101 1000101

Color Harmonies of #BBA7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7AA

Black with #BBA7AA

Text Example


Text Example

White with #BBA7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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