Html Css Color HEX #BBA8AB Careys Pink

📋 copy color: '#BBA8AB'

red 187 ◦ green 168 ◦ blue 171

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

Shades of Careys Pink #BBA8AB

Tints of Careys Pink #BBA8AB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.94%

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

R = 35.55%
G = 31.94%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BBA8AB (or 0xBBA8AB) is known color: Careys Pink. HEX triplet: BB, A8 and AB. RGB value is (187,168,171). Sum of RGB (Red+Green+Blue) = 187+168+171=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA8AB is #445754. Grayscale: #AEAEAE. Windows color (decimal): -4478805 or 11249851. OLE color: 11249851.

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

Color convert

RGB 187 168 171 -
CMYK 0 0.10 0.09 0.27
HSL 350.53º 0.12% 0.7% -
HSV(B) 350.53º 0.1% 0.73% -
XYZ 41.85 41.51 44.33 -
YUV 174.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 187 168 171 0 0.10 0.09 0.27 350.53 0.12 0.7
Hex BB A8 AB 0 A 9 1B 15F C 46
Octal 273 250 253 0 12 11 33 537 14 106
Binary 10111011 10101000 10101011 0 1010 1001 11011 101011111 1100 1000110

Color Harmonies of #BBA8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8AB

Black with #BBA8AB

Text Example


Text Example

White with #BBA8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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