Html Css Color HEX #BBA4AB Careys Pink

📋 copy color: '#BBA4AB'

red 187 ◦ green 164 ◦ blue 171

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

Shades of Careys Pink #BBA4AB

Tints of Careys Pink #BBA4AB

RGB

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

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

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

R = 35.82%
G = 31.42%
B = 32.76%

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

#BBA4AB (or 0xBBA4AB) is known color: Careys Pink. HEX triplet: BB, A4 and AB. RGB value is (187,164,171). Sum of RGB (Red+Green+Blue) = 187+164+171=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA4AB is #445B54. Grayscale: #ABABAB. Windows color (decimal): -4479829 or 11248827. OLE color: 11248827.

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

Color convert

RGB 187 164 171 -
CMYK 0 0.12 0.09 0.27
HSL 341.74º 0.14% 0.69% -
HSV(B) 341.74º 0.12% 0.73% -
XYZ 41.12 40.06 44.09 -
YUV 171.68 127.62 138.93 -
System Red Green Blue C M Y K H S L
Decimal 187 164 171 0 0.12 0.09 0.27 341.74 0.14 0.69
Hex BB A4 AB 0 C 9 1B 156 E 45
Octal 273 244 253 0 14 11 33 526 16 105
Binary 10111011 10100100 10101011 0 1100 1001 11011 101010110 1110 1000101

Color Harmonies of #BBA4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4AB

Black with #BBA4AB

Text Example


Text Example

White with #BBA4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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