Html Css Color HEX #BBA8AA Careys Pink

📋 copy color: '#BBA8AA'

red 187 ◦ green 168 ◦ blue 170

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

Shades of Careys Pink #BBA8AA

Tints of Careys Pink #BBA8AA

RGB

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

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

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

R = 35.62%
G = 32%
B = 32.38%

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

#BBA8AA (or 0xBBA8AA) is known color: Careys Pink. HEX triplet: BB, A8 and AA. RGB value is (187,168,170). Sum of RGB (Red+Green+Blue) = 187+168+170=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA8AA is #445755. Grayscale: #ADADAD. Windows color (decimal): -4478806 or 11184315. OLE color: 11184315.

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

Color convert

RGB 187 168 170 -
CMYK 0 0.10 0.09 0.27
HSL 353.68º 0.12% 0.7% -
HSV(B) 353.68º 0.1% 0.73% -
XYZ 41.75 41.47 43.83 -
YUV 173.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 187 168 170 0 0.10 0.09 0.27 353.68 0.12 0.7
Hex BB A8 AA 0 A 9 1B 162 C 46
Octal 273 250 252 0 12 11 33 542 14 106
Binary 10111011 10101000 10101010 0 1010 1001 11011 101100010 1100 1000110

Color Harmonies of #BBA8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8AA

Black with #BBA8AA

Text Example


Text Example

White with #BBA8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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