Html Css Color HEX #BBA1A6 Careys Pink

📋 copy color: '#BBA1A6'

red 187 ◦ green 161 ◦ blue 166

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

Shades of Careys Pink #BBA1A6

Tints of Careys Pink #BBA1A6

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.32%

 BLUE value IS 166 (65.23% from 255) = 32.3%

R = 36.38%
G = 31.32%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BBA1A6 (or 0xBBA1A6) is known color: Careys Pink. HEX triplet: BB, A1 and A6. RGB value is (187,161,166). Sum of RGB (Red+Green+Blue) = 187+161+166=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA1A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA1A6 is #445E59. Grayscale: #A9A9A9. Windows color (decimal): -4480602 or 10920379. OLE color: 10920379.

HSL color Cylindrical-coordinate representation of color #BBA1A6: hue angle of 348.46º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBA1A6 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 161 166 -
CMYK 0 0.14 0.11 0.27
HSL 348.46º 0.16% 0.68% -
HSV(B) 348.46º 0.14% 0.73% -
XYZ 40.12 38.81 41.45 -
YUV 169.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 187 161 166 0 0.14 0.11 0.27 348.46 0.16 0.68
Hex BB A1 A6 0 E B 1B 15C 10 44
Octal 273 241 246 0 16 13 33 534 20 104
Binary 10111011 10100001 10100110 0 1110 1011 11011 101011100 10000 1000100

Color Harmonies of #BBA1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1A6

Black with #BBA1A6

Text Example


Text Example

White with #BBA1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1A6; }

 p { color: rgb(187,161,166); }

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

background-color css

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

 a { background-color: rgb(187,161,166); }

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

border-color css

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

 span { border-color: rgb(187,161,166); }

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