Html Css Color HEX #BBA5AB Careys Pink

📋 copy color: '#BBA5AB'

red 187 ◦ green 165 ◦ blue 171

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

Shades of Careys Pink #BBA5AB

Tints of Careys Pink #BBA5AB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.55%

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

R = 35.76%
G = 31.55%
B = 32.7%

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

#BBA5AB (or 0xBBA5AB) is known color: Careys Pink. HEX triplet: BB, A5 and AB. RGB value is (187,165,171). Sum of RGB (Red+Green+Blue) = 187+165+171=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA5AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA5AB is #445A54. Grayscale: #ACACAC. Windows color (decimal): -4479573 or 11249083. OLE color: 11249083.

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

Color convert

RGB 187 165 171 -
CMYK 0 0.12 0.09 0.27
HSL 343.64º 0.14% 0.69% -
HSV(B) 343.64º 0.12% 0.73% -
XYZ 41.3 40.42 44.15 -
YUV 172.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 187 165 171 0 0.12 0.09 0.27 343.64 0.14 0.69
Hex BB A5 AB 0 C 9 1B 158 E 45
Octal 273 245 253 0 14 11 33 530 16 105
Binary 10111011 10100101 10101011 0 1100 1001 11011 101011000 1110 1000101

Color Harmonies of #BBA5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA5AB

Black with #BBA5AB

Text Example


Text Example

White with #BBA5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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