Html Css Color HEX #BBA7AB Careys Pink

📋 copy color: '#BBA7AB'

red 187 ◦ green 167 ◦ blue 171

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

Shades of Careys Pink #BBA7AB

Tints of Careys Pink #BBA7AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.57%

R = 35.62%
G = 31.81%
B = 32.57%

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

#BBA7AB (or 0xBBA7AB) is known color: Careys Pink. HEX triplet: BB, A7 and AB. RGB value is (187,167,171). Sum of RGB (Red+Green+Blue) = 187+167+171=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 167 (65.62% from 255 or 31.81% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA7AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA7AB is #445854. Grayscale: #ADADAD. Windows color (decimal): -4479061 or 11249595. OLE color: 11249595.

HSL color Cylindrical-coordinate representation of color #BBA7AB: hue angle of 348º 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 #BBA7AB is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 167 171 -
CMYK 0 0.11 0.09 0.27
HSL 348º 0.13% 0.69% -
HSV(B) 348º 0.11% 0.73% -
XYZ 41.66 41.14 44.27 -
YUV 173.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 187 167 171 0 0.11 0.09 0.27 348 0.13 0.69
Hex BB A7 AB 0 B 9 1B 15C D 45
Octal 273 247 253 0 13 11 33 534 15 105
Binary 10111011 10100111 10101011 0 1011 1001 11011 101011100 1101 1000101

Color Harmonies of #BBA7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7AB

Black with #BBA7AB

Text Example


Text Example

White with #BBA7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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